![]() |
SliderFlow(
count: 5,
label: 'Label',
onChanged: (int current) {},
theme: const SliderFlowTheme(
activeItemColor: Colors.blue,
inactiveItemColor: Colors.grey,
borderRadius: 4,
verticalLineColor: Colors.grey,
verticalLineWidth: 2,
labelTextStyle: TextStyle(
fontSize: 14,
fontWeight: FontWeight.bold,
color: Colors.grey,
),
itemTextStyle: TextStyle(
fontSize: 14,
fontWeight: FontWeight.normal,
color: Colors.grey,
),
),
),
