outOfRange property

bool outOfRange

Whether the pixels value is outside the minScrollExtent and maxScrollExtent.

Implementation

bool get outOfRange => pixels < minScrollExtent || pixels > maxScrollExtent;