CupertinoSwitchData class

Constructors

CupertinoSwitchData({Key? widgetKey, bool? value, void onChanged(bool)?, Color? activeColor, DragStartBehavior? dragStartBehavior, FocusNode? focusNode, bool? autofocus, ValueChanged<bool>? onFocusChange, Color? trackColor, Color? thumbColor, bool? applyTheme, Color? focusColor, Color? offLabelColor, Color? onLabelColor})

Properties

activeColor Color?
finalinherited
applyTheme bool?
final
autofocus bool?
finalinherited
dragStartBehavior DragStartBehavior?
finalinherited
focusColor Color?
final
focusNode FocusNode?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
offLabelColor Color?
final
onChanged → (void Function(bool)?)
finalinherited
onFocusChange ValueChanged<bool>?
finalinherited
onLabelColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbColor Color?
final
trackColor Color?
final
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