FormeCupertinoSliderModel class

Constructors

FormeCupertinoSliderModel({ValueChanged<double>? onChangeStart, ValueChanged<double>? onChangeEnd, double? min, double? max, int? divisions, Color? activeColor, Color? thumbColor, ValueChanged<double>? onChanged})

Properties

activeColor Color?
final
divisions int?
final
hashCode int
The hash code for this object.
no setterinherited
max double?
final
min double?
final
onChanged ValueChanged<double>?
final
onChangeEnd ValueChanged<double>?
final
onChangeStart ValueChanged<double>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbColor Color?
final

Methods

copyWith(FormeModel oldModel) FormeCupertinoSliderModel
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