CupertinoSwitchData class

Constructors

CupertinoSwitchData({Key? widgetKey, bool? value, void onChanged(bool)?, Color? activeColor, DragStartBehavior? dragStartBehavior, Color? trackColor, Color? thumbColor})

Properties

activeColor Color?
finalinherited
dragStartBehavior DragStartBehavior?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
onChanged → (void Function(bool)?)
finalinherited
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