AntdPageIndicatorStyle constructor

const AntdPageIndicatorStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? style,
  3. AntdBoxStyle? activeStyle,
})

Implementation

const AntdPageIndicatorStyle({super.inherit, this.style, this.activeStyle});