AntdCheckItemStyle constructor
const
AntdCheckItemStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdFlexStyle? itemRowStyle,
- AntdBoxStyle? itemStyle,
- AntdIconStyle? iconStyle,
- Widget? activeIcon,
- Widget? unActiveIcon,
- Widget? disableIcon,
Implementation
const AntdCheckItemStyle(
{super.inherit,
this.bodyStyle,
this.itemRowStyle,
this.itemStyle,
this.iconStyle,
this.activeIcon,
this.unActiveIcon,
this.disableIcon});