AntdCheckItem constructor
const
AntdCheckItem({
- Key? key,
- AntdCheckItemStyle? style,
- AntdStyleBuilder<
AntdCheckItemStyle, AntdCheckItem> ? styleBuilder, - bool? disabled,
- bool? readOnly,
- dynamic value,
- bool? autoCollect = true,
- ValueChanged? onChange,
- bool? shouldTriggerChange = true,
- AntdHapticFeedback? hapticFeedback = AntdHapticFeedback.light,
- bool? manual,
- Widget? child,
- VoidCallback? onTap,
- Widget? activeIcon,
- Widget? unActiveIcon,
- Widget? disableIcon,
Implementation
const AntdCheckItem(
{super.key,
super.style,
super.styleBuilder,
super.disabled,
super.readOnly,
super.value,
super.autoCollect,
super.onChange,
super.shouldTriggerChange,
super.hapticFeedback,
super.manual,
this.child,
this.onTap,
this.activeIcon,
this.unActiveIcon,
this.disableIcon});