AntdCheckboxStyle constructor
const
AntdCheckboxStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? indeterminateStyle,
- AntdBoxStyle? extraStyle,
- AntdIconStyle? activeIconStyle,
- Widget? activeIcon,
- AntdIconStyle? iconStyle,
- Widget? icon,
- AntdIconStyle? disableIconStyle,
- Widget? disableIcon,
- AntdFlexStyle? rowStyle,
创建复选框样式配置
Implementation
const AntdCheckboxStyle(
{super.inherit,
this.bodyStyle,
this.indeterminateStyle,
this.extraStyle,
this.activeIconStyle,
this.activeIcon,
this.iconStyle,
this.icon,
this.disableIconStyle,
this.disableIcon,
this.rowStyle});