RangeLabels class
Object for setting range slider label values that appear in the value indicator for each thumb.
Used in combination with RangeSlider.showValueIndicator
to display
labels above the thumbs.
Constructors
- RangeLabels(String start, String end)
-
Creates pair of start and end labels.
const
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
override