atEnd property

bool atEnd

Returns true if the scroll position is at the end of the scroll view.

Implementation

bool get atEnd => pixels == maxScrollExtent;