AntdPageIndicatorStyle constructor
const
AntdPageIndicatorStyle({
- bool inherit = true,
- AntdBoxStyle? style,
- AntdBoxStyle? activeStyle,
Implementation
const AntdPageIndicatorStyle({super.inherit, this.style, this.activeStyle});