outOfRange property
Whether the pixels value is outside the minScrollExtent and maxScrollExtent.
Implementation
bool get outOfRange => pixels < minScrollExtent || pixels > maxScrollExtent;
Whether the pixels value is outside the minScrollExtent and maxScrollExtent.
bool get outOfRange => pixels < minScrollExtent || pixels > maxScrollExtent;