AntdCheckItemStyle constructor

const AntdCheckItemStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdFlexStyle? itemRowStyle,
  4. AntdBoxStyle? itemStyle,
  5. AntdIconStyle? iconStyle,
  6. Widget? activeIcon,
  7. Widget? unActiveIcon,
  8. Widget? disableIcon,
})

Implementation

const AntdCheckItemStyle(
    {super.inherit,
    this.bodyStyle,
    this.itemRowStyle,
    this.itemStyle,
    this.iconStyle,
    this.activeIcon,
    this.unActiveIcon,
    this.disableIcon});