CupertinoCheckboxData class final
- Inheritance
-
- Object
- PlatformCheckboxData
- CupertinoCheckboxData
Constructors
-
CupertinoCheckboxData({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, Size? tapTargetSize}) -
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
- isEnabled → bool
-
finalinherited
- mouseCursor → MouseCursor?
-
finalinherited
-
onChanged
→ ValueChanged<
bool?> ? -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semanticLabel → String?
-
finalinherited
- shape → OutlinedBorder?
-
finalinherited
- side → BorderSide?
-
finalinherited
- tapTargetSize → Size?
-
final
- 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