JsonCheckboxBuilder constructor
const
JsonCheckboxBuilder({
- Color? activeColor,
- required bool autofocus,
- AutovalidateMode? autovalidateMode,
- Color? checkColor,
- required bool enabled,
- MaterialStateProperty<
Color?> ? fillColor, - Color? focusColor,
- FocusNode? focusNode,
- Color? hoverColor,
- required bool isError,
- String? label,
- MaterialTapTargetSize? materialTapTargetSize,
- MouseCursor? mouseCursor,
- ValueChanged<
bool?> ? onChanged, - ValueChanged<
bool?> ? onSaved, - MaterialStateProperty<
Color?> ? overlayColor, - OutlinedBorder? shape,
- BorderSide? side,
- double? splashRadius,
- required bool tristate,
- Validator? validator,
- bool? value,
- VisualDensity? visualDensity,
Implementation
const JsonCheckboxBuilder({
this.activeColor,
required this.autofocus,
this.autovalidateMode,
this.checkColor,
required this.enabled,
this.fillColor,
this.focusColor,
this.focusNode,
this.hoverColor,
required this.isError,
this.label,
this.materialTapTargetSize,
this.mouseCursor,
this.onChanged,
this.onSaved,
this.overlayColor,
this.shape,
this.side,
this.splashRadius,
required this.tristate,
this.validator,
this.value,
this.visualDensity,
}) : super(numSupportedChildren: kNumSupportedChildren);