isAtStart property

dynamic get isAtStart

Indicates if we're at the start of the queried documents.

Note: _isAtStart and _isAtEnd will both be true when the internal document list of a CollectionWidget is empty.

Implementation

get isAtStart => _isAtStart;