isSingle property

bool get isSingle

Returns true if the slider is in single-value mode.

Implementation

bool get isSingle => !value.isRanged;