hasOverflowAbove property
bool
get
hasOverflowAbove
Whether there are items above the current viewport.
Implementation
bool get hasOverflowAbove => _scrollOffset > 0;
Whether there are items above the current viewport.
bool get hasOverflowAbove => _scrollOffset > 0;