atStart property

bool atStart

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

Implementation

bool get atStart => pixels == minScrollExtent;