singleValue property

double get singleValue

Gets the current single value (valid only in single mode).

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

Implementation

double get singleValue => value.value;