Commit 546076ec authored by r.manan@eksad.com's avatar r.manan@eksad.com

slider arrow

parent f86f49d4
......@@ -87,14 +87,14 @@ class VerticalSlider extends StatelessWidget {
Flexible(
child: ElevatedButton(
onPressed: () => _controller.previousPage(),
child: Icon(Icons.arrow_back_rounded),
child: Icon(Icons.arrow_back_ios_new_outlined),
style: ElevatedButton.styleFrom(primary: Colors.grey),
),
),
Flexible(
child: ElevatedButton(
onPressed: () => _controller.nextPage(),
child: Icon(Icons.arrow_forward),
child: Icon(Icons.arrow_forward_ios_outlined),
style: ElevatedButton.styleFrom(primary: Colors.grey),
),
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment