CustomIndicator constructor
const
CustomIndicator({
- Key? key,
- required int length,
- required int current,
- Color? activeColor,
- Color? inactiveColor,
- double? height,
- double? width,
- EdgeInsets? margin,
- EdgeInsets? padding,
- double? size,
Implementation
const CustomIndicator({
super.key,
required this.length,
required this.current,
this.activeColor,
this.inactiveColor,
this.height,
this.width,
this.margin,
this.padding,
this.size
});