getThemeStyle method

Implementation

@override
AntdStyleBuilder<AntdPageIndicatorStyle, AntdPageIndicator>? getThemeStyle(
    BuildContext context, AntdTheme theme) {
  return theme.pageIndicatorStyle;
}