isRangeValueWithinViewport method
Returns true if the given rangeValue
point is within the output range.
Not to be confused with the start and end of the domain.
Implementation
@override
bool isRangeValueWithinViewport(double rangeValue) =>
range!.containsValue(rangeValue);