SliderValue class

Constructors

SliderValue.ranged(double _start, double _end)
const
SliderValue.single(double value)
const

Properties

end double
no setter
hashCode int
The hash code for this object.
no setteroverride
isRanged bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start double
no setter
value double
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
roundToDivisions(int divisions) SliderValue
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

lerp(SliderValue? a, SliderValue? b, double t) SliderValue?