LiveCheckbox constructor
const
LiveCheckbox({
- Key? key,
- ValueCell<
bool> enabled, - required MutableCell<
bool?> value, - bool tristate,
- MouseCursor? mouseCursor,
- Color? activeColor,
- WidgetStateProperty<
Color?> ? fillColor, - Color? checkColor,
- Color? focusColor,
- Color? hoverColor,
- WidgetStateProperty<
Color?> ? overlayColor, - double? splashRadius,
- MaterialTapTargetSize? materialTapTargetSize,
- VisualDensity? visualDensity,
- FocusNode? focusNode,
- bool autofocus,
- OutlinedBorder? shape,
- BorderSide? side,
- bool isError,
- String? semanticLabel,
Implementation
const factory LiveCheckbox({
Key? key,
ValueCell<bool> enabled,
required MutableCell<bool?> value,
bool tristate,
MouseCursor? mouseCursor,
Color? activeColor,
WidgetStateProperty<Color?>? fillColor,
Color? checkColor,
Color? focusColor,
Color? hoverColor,
WidgetStateProperty<Color?>? overlayColor,
double? splashRadius,
MaterialTapTargetSize? materialTapTargetSize,
VisualDensity? visualDensity,
FocusNode? focusNode,
bool autofocus,
OutlinedBorder? shape,
BorderSide? side,
bool isError,
String? semanticLabel,
}) = _LiveCheckbox$new;