Inheritance
CupertinoSwitch
public class CupertinoSwitch : StatefulWidget
Constructors
Declaration
public CupertinoSwitch(bool value, ValueChanged<bool> onChanged, Key key = null, Color activeColor = null, DragStartBehavior dragStartBehavior = DragStartBehavior.start)
Parameters
Fields
Declaration
public readonly Color activeColor
Field Value
Declaration
public readonly DragStartBehavior dragStartBehavior
Field Value
Declaration
public readonly ValueChanged<bool> onChanged
Field Value
Declaration
public readonly bool value
Field Value
Methods
Declaration
public override State createState()
Returns
Overrides
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides