getDefaultStyle method
Implementation
@override
AntdBoxStyle getDefaultStyle(
BuildContext context, AntdTheme theme, AntdMapToken token) {
return AntdBoxStyle(
disabledStyle: AntdKitStyle(
colorFilter: ColorFilter.mode(
const Color(0xffffffff).withValues(alpha: 0.5),
BlendMode.modulate,
),
));
}