AntdCheckItem constructor
const
AntdCheckItem({
- Key? key,
- AntdCheckItemStyle? style,
- AntdStyleBuilder<
AntdCheckItemStyle, AntdCheckItem> ? styleBuilder, - Widget? child,
- VoidCallback? onTap,
- bool? readOnly,
- bool? disable,
- Widget? activeIcon,
- Widget? unActiveIcon,
- Widget? disableIcon,
- String? value,
- bool? check,
- AntdCheckItemChange? onChange,
Implementation
const AntdCheckItem(
{super.key,
super.style,
super.styleBuilder,
this.child,
this.onTap,
this.readOnly,
this.disable,
this.activeIcon,
this.unActiveIcon,
this.disableIcon,
this.value,
this.check,
this.onChange});