CupertinoCheckboxData class
Constructors
-
CupertinoCheckboxData({Key? widgetKey, bool? value, bool? tristate, ValueChanged<
bool?> ? onChanged, Color? activeColor, Color? checkColor, Color? focusColor, FocusNode? focusNode, bool? autofocus, OutlinedBorder? shape, BorderSide? side, Color? inactiveColor})
Properties
- activeColor → Color?
-
finalinherited
- autofocus → bool?
-
finalinherited
- checkColor → Color?
-
finalinherited
- focusColor → Color?
-
finalinherited
- focusNode → FocusNode?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- inactiveColor → Color?
-
final
-
onChanged
→ ValueChanged<
bool?> ? -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shape → OutlinedBorder?
-
finalinherited
- side → BorderSide?
-
finalinherited
- tristate → bool?
-
finalinherited
- value → bool?
-
finalinherited
- 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