getThemeStyle method
AntdStyleBuilder<AntdIndexBarStyle, AntdIndexBar<T> > ?
getThemeStyle(
- BuildContext context,
- AntdTheme theme
override
Implementation
@override
AntdStyleBuilder<AntdIndexBarStyle, AntdIndexBar<T>>? getThemeStyle(
BuildContext context, AntdTheme theme) {
return theme.indexBarStyle;
}