MaterialCheckboxData class

Constructors

MaterialCheckboxData({Key? widgetKey, bool? value, bool? tristate, ValueChanged<bool?>? onChanged, Color? activeColor, Color? checkColor, Color? focusColor, FocusNode? focusNode, bool? autofocus, OutlinedBorder? shape, BorderSide? side, MouseCursor? mouseCursor, MaterialStateProperty<Color?>? fillColor, Color? hoverColor, MaterialStateProperty<Color?>? overlayColor, double? splashRadius, MaterialTapTargetSize? materialTapTargetSize, VisualDensity? visualDensity, bool isError = false, String? semanticLabel})

Properties

activeColor Color?
finalinherited
autofocus bool?
finalinherited
checkColor Color?
finalinherited
fillColor MaterialStateProperty<Color?>?
final
focusColor Color?
finalinherited
focusNode FocusNode?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hoverColor Color?
final
isError bool
final
materialTapTargetSize MaterialTapTargetSize?
final
mouseCursor MouseCursor?
final
onChanged ValueChanged<bool?>?
finalinherited
overlayColor MaterialStateProperty<Color?>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticLabel String?
final
shape OutlinedBorder?
finalinherited
side BorderSide?
finalinherited
splashRadius double?
final
tristate bool?
finalinherited
value bool?
finalinherited
visualDensity VisualDensity?
final
widgetKey Key?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited