atEdge property
Whether the pixels value is exactly at the minScrollExtent or the maxScrollExtent.
Implementation
bool get atEdge => pixels == minScrollExtent || pixels == maxScrollExtent;
Whether the pixels value is exactly at the minScrollExtent or the maxScrollExtent.
bool get atEdge => pixels == minScrollExtent || pixels == maxScrollExtent;