hasBottomOverflow property

bool get hasBottomOverflow

Returns true if there is overflow below the viewport.

Implementation

bool get hasBottomOverflow => bottom > 0;