getThemeStyle method
AntdStyleBuilder<AntdNavBarStyle, AntdNavBar> ?
getThemeStyle(
- BuildContext context,
- AntdTheme theme
override
Implementation
@override
AntdStyleBuilder<AntdNavBarStyle, AntdNavBar>? getThemeStyle(
BuildContext context, AntdTheme theme) {
return theme.navBarStyle;
}