rangeEnd property

double get rangeEnd

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

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

Implementation

double get rangeEnd => value.end;