getThemeStyle method
AntdStyleBuilder<AntdFloatingPanelStyle, AntdFloatingPanel> ?
getThemeStyle(
- BuildContext context,
- AntdTheme theme
override
Implementation
@override
AntdStyleBuilder<AntdFloatingPanelStyle, AntdFloatingPanel>? getThemeStyle(
BuildContext context, AntdTheme theme) {
return theme.floatingPanelStyle;
}