hasBottomOverflow property
bool
get
hasBottomOverflow
Returns true if there is overflow below the viewport.
Implementation
bool get hasBottomOverflow => bottom > 0;
Returns true if there is overflow below the viewport.
bool get hasBottomOverflow => bottom > 0;