hasPrevious property
bool
get
hasPrevious
Whether there are items behind the current position.
Implementation
bool get hasPrevious => _position > 0;
Whether there are items behind the current position.
bool get hasPrevious => _position > 0;