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