MyoroSliderBaseConfiguration class abstract
Abstract configuration model for a slider.
- Implementers
Constructors
Properties
- currentValueText → String
-
Text builder for the left of the slider.
final
-
Text builder for the bottom of the slider.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → String
-
Label of the slider.
final
- max → double
-
Maximum value of the slider.
final
- maxValueText → String
-
Text builder for the right of the slider.
final
- min → double
-
Minimum value of the slider.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- widget → Widget
-
Widget builder.
no setter
Methods
-
copyWith(
{String? label, String? currentValueText, String? maxValueText, double? min, double? max}) → MyoroSliderBaseConfiguration -
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
Constants
- currentValueTextDefaultValue → const String
- labelDefaultValue → const String
- maxDefaultValue → const double
- maxValueTextDefaultValue → const String
- minDefaultValue → const double