ValueRange class

Used in TrackbarBuilder as parameter. Every range between the edges of MultiSlider generate an ValueRange. Do NOT be mistaken with discrete intervals made by divisions!

Constructors

ValueRange(double start, double end, int index, bool isFirst, bool isLast, bool isEven, bool isOdd)
const

Properties

end double
final
hashCode int
The hash code for this object.
no setterinherited
index int
final
isEven bool
final
isFirst bool
final
isLast bool
final
isOdd bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start double
final

Methods

contains(double x) bool
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