SliderValue class
Constructors
- SliderValue.ranged(double _start, double _end)
- 
          
            const
- SliderValue.single(double value)
- 
          
            const
Properties
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?