Flutter
cupertino
CupertinoSwitch
value property
value
description
value
property
Null safety
bool
value
final
Whether this switch is on or off.
Must not be null.
Implementation
final bool value;
Flutter
cupertino
CupertinoSwitch
value property
CupertinoSwitch class
Constructors
CupertinoSwitch
Properties
activeColor
dragStartBehavior
hashCode
key
onChanged
runtimeType
thumbColor
trackColor
value
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==