MaterialCheckboxData class final

Inheritance

Constructors

MaterialCheckboxData({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, Color? hoverColor, WidgetStateProperty<Color?>? overlayColor, double? splashRadius, MaterialTapTargetSize? materialTapTargetSize, VisualDensity? visualDensity, bool isError = kDefaultIsError})
const

Properties

activeColor Color?
finalinherited
autofocus bool
finalinherited
checkColor Color?
finalinherited
fillColor WidgetStateProperty<Color?>?
finalinherited
focusColor Color?
finalinherited
focusNode FocusNode?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hoverColor Color?
final
isEnabled bool
finalinherited
isError bool
final
materialTapTargetSize MaterialTapTargetSize?
final
mouseCursor MouseCursor?
finalinherited
onChanged ValueChanged<bool?>?
finalinherited
overlayColor WidgetStateProperty<Color?>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticLabel String?
finalinherited
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

Constants

kDefaultIsError → const bool