MinCheckbox constructor
const
MinCheckbox({
- Key? key,
- required bool value,
- ValueChanged<
bool> ? onChanged, - MinCheckboxSize size = MinCheckboxSize.md,
- bool disabled = false,
- FocusNode? focusNode,
- bool autofocus = false,
- Color? side,
- Color? checkColor,
- Widget? checkIcon,
- CustomPainter? checkPainter,
- String? semanticLabel,
Implementation
const MinCheckbox({
super.key,
required this.value,
this.onChanged,
this.size = MinCheckboxSize.md,
this.disabled = false,
this.focusNode,
this.autofocus = false,
this.side,
this.checkColor,
this.checkIcon,
this.checkPainter,
this.semanticLabel,
});