SliderValue.single constructor
const
SliderValue.single(
- double value
Implementation
const SliderValue.single(double value)
: _start = null,
_end = value;
const SliderValue.single(double value)
: _start = null,
_end = value;