getDefaultStyle method
AntdPopoverActionStyle
getDefaultStyle(
- BuildContext context,
- AntdTheme theme,
- AntdMapToken token
override
Implementation
@override
AntdPopoverActionStyle getDefaultStyle(
BuildContext context, AntdTheme theme, AntdMapToken token) {
return const AntdPopoverActionStyle(
childRowStyle: AntdFlexStyle(
mainAxisSize: MainAxisSize.min,
));
}