CheckboxUic constructor
const
CheckboxUic({
- Key? key,
- bool initialValue = false,
- String title = '',
- String? titleUnchecked,
- TextStyle? titleTextStyle,
- String? description,
- String? descriptionUnchecked,
- TextStyle? descriptionTextStyle,
- Widget? descriptionView,
- Widget? descriptionViewUnchecked,
- bool tristate = false,
- ValueChanged<
bool?> ? onChanged, - Color? activeColor,
- Color? checkColor,
- Color? focusColor,
- Color? hoverColor,
- MaterialTapTargetSize? materialTapTargetSize,
- FocusNode? focusNode,
- bool autofocus = false,
Implementation
const CheckboxUic({
Key? key,
this.initialValue = false,
this.title = '',
this.titleUnchecked,
this.titleTextStyle,
this.description,
this.descriptionUnchecked,
this.descriptionTextStyle,
this.descriptionView,
this.descriptionViewUnchecked,
//
this.tristate = false,
this.onChanged,
this.activeColor,
this.checkColor,
this.focusColor,
this.hoverColor,
this.materialTapTargetSize,
this.focusNode,
this.autofocus = false,
}) : super(key: key);