getDefaultStyle method
Implementation
@override
AntdBoxStyle getDefaultStyle(
BuildContext context, AntdTheme theme, AntdMapToken token) {
return const AntdBoxStyle(options: AntdTapOptions(alwaysReceiveTap: true));
}
@override
AntdBoxStyle getDefaultStyle(
BuildContext context, AntdTheme theme, AntdMapToken token) {
return const AntdBoxStyle(options: AntdTapOptions(alwaysReceiveTap: true));
}