DotsIndicatorWidget constructor
DotsIndicatorWidget({
- Key? key,
- PageController? controller,
- int? itemCount,
- ValueChanged<
int> ? onPageSelected, - Color? color,
- double? dotSize,
- double? dotIncreaseSize,
- double? dotSpacing,
Implementation
DotsIndicatorWidget({
Key? key,
this.controller,
this.itemCount,
this.onPageSelected,
this.color,
this.dotSize,
this.dotIncreaseSize,
this.dotSpacing,
}) : super(key: key, listenable: controller ?? PageController());