atEdge property

bool atEdge

Whether the pixels value is exactly at the minScrollExtent or the maxScrollExtent.

Implementation

bool get atEdge => pixels == minScrollExtent || pixels == maxScrollExtent;