SliderValue.ranged constructor

const SliderValue.ranged(
  1. double _start,
  2. double _end
)

Implementation

const SliderValue.ranged(double this._start, this._end);