Inheritance
CupertinoSlider
public class CupertinoSlider : StatefulWidget
Constructors
Declaration
public CupertinoSlider(Key key = null, float? value = default(float? ), ValueChanged<float> onChanged = null, ValueChanged<float> onChangeStart = null, ValueChanged<float> onChangeEnd = null, float min = 0F, float max = 1F, int? divisions = default(int? ), Color activeColor = null)
Parameters
Fields
Declaration
public readonly Color activeColor
Field Value
Declaration
public readonly int? divisions
Field Value
Declaration
public readonly float max
Field Value
Declaration
public readonly float min
Field Value
Declaration
public readonly ValueChanged<float> onChanged
Field Value
Declaration
public readonly ValueChanged<float> onChangeEnd
Field Value
Declaration
public readonly ValueChanged<float> onChangeStart
Field Value
Declaration
public readonly float value
Field Value
Methods
Declaration
public override State createState()
Returns
Overrides
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides