AntdPageIndicator constructor
const
AntdPageIndicator({
- Key? key,
- AntdPageIndicatorStyle? style,
- AntdStyleBuilder<
AntdPageIndicatorStyle, AntdPageIndicator> ? styleBuilder, - AntdColor color = AntdColor.primary,
- int total = 0,
- int current = 0,
- bool vertical = false,
Implementation
const AntdPageIndicator({
super.key,
super.style,
super.styleBuilder,
this.color = AntdColor.primary,
this.total = 0,
this.current = 0,
this.vertical = false,
});