CupertinoCheckboxData constructor
const
CupertinoCheckboxData({
- ValueChanged<
bool?> ? onChanged, - bool? value,
- bool tristate = false,
- bool isEnabled = true,
- Key? widgetKey,
- MouseCursor? mouseCursor,
- Color? activeColor,
- WidgetStateProperty<
Color?> ? fillColor, - Color? checkColor,
- Color? focusColor,
- FocusNode? focusNode,
- bool autofocus = kDefaultAutofocus,
- OutlinedBorder? shape,
- BorderSide? side,
- String? semanticLabel,
- Size? tapTargetSize,
Implementation
const CupertinoCheckboxData({
super.onChanged,
super.value,
super.tristate,
super.isEnabled,
super.widgetKey,
super.mouseCursor,
super.activeColor,
super.fillColor,
super.checkColor,
super.focusColor,
super.focusNode,
super.autofocus,
super.shape,
super.side,
super.semanticLabel,
this.tapTargetSize,
});