FieldSlider class
Used to select a single value from a range of values.
Constructors
-
FieldSlider.new({String? activeColor, bool? autoFocus, int? divisions, String? focusNode, String? inactiveColor, String? label, required double max, required double min, double? start, double? end, String? mouseCursor, String? onChanged, String? OnChangeStart, String? OnChangeEnd, String? semanticFormatter, Map<
String, dynamic> ? sliderThemeData, bool? suffix, String? thumbColor, double? value}) -
const
Properties
- activeColor → String?
-
final
- autoFocus → bool?
-
final
- divisions → int?
-
final
- end → double?
-
final
- focusNode → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inactiveColor → String?
-
final
- label → String?
-
final
- max → double
-
final
- min → double
-
final
- mouseCursor → String?
-
final
- onChanged → String?
-
final
- OnChangeEnd → String?
-
final
- OnChangeStart → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semanticFormatter → String?
-
final
-
sliderThemeData
→ Map<
String, dynamic> ? -
final
- start → double?
-
final
- suffix → bool?
-
final
- thumbColor → String?
-
final
- value → double?
-
final
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