ZeroCheckbox constructor
const
ZeroCheckbox({
- Key? key,
- required bool? value,
- required ValueChanged<
bool?> ? onChanged, - bool tristate = false,
- MaterialTapTargetSize? materialTapTargetSize,
- VisualDensity? visualDensity,
- MouseCursor? mouseCursor,
- FocusNode? focusNode,
- bool autofocus = false,
- ZeroSizeType size = ZeroSizeType.medium,
- bool isDisabled = false,
- ZeroCheckboxStyle? style,
Implementation
const ZeroCheckbox({
super.key,
required this.value,
required this.onChanged,
this.tristate = false,
this.materialTapTargetSize,
this.visualDensity,
this.mouseCursor,
this.focusNode,
this.autofocus = false,
this.size = ZeroSizeType.medium,
this.isDisabled = false,
this.style,
});