MyoroSliderBaseConfiguration class abstract

Abstract configuration model for a slider.

Implementers

Constructors

MyoroSliderBaseConfiguration.new({String label = labelDefaultValue, String currentValueText = currentValueTextDefaultValue, String maxValueText = maxValueTextDefaultValue, String footerText = footerTextDefaultValue, double min = minDefaultValue, double max = maxDefaultValue})
const

Properties

currentValueText String
Text builder for the left of the slider.
final
footerText String
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, String? footerText, 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