AndrossySlider constructor
const
AndrossySlider({
- Key? key,
- IndexedWidgetBuilder? counterBuilder,
- PositionType counterPosition = PositionType.topRight,
- bool showCounter = true,
- double frameRatio = 1,
- int index = 0,
- ValueChanged<
int> ? onChanged, - required int itemCount,
- required IndexedWidgetBuilder builder,
Implementation
const AndrossySlider({
super.key,
this.counterBuilder,
this.counterPosition = PositionType.topRight,
this.showCounter = true,
this.frameRatio = 1,
this.index = 0,
this.onChanged,
required this.itemCount,
required this.builder,
});