rangeStart property

double get rangeStart

Gets the current range start value (valid only in range mode).

Throws an exception if called when the slider is in single mode.

Implementation

double get rangeStart => value.start;