hasTopOverflow property

bool get hasTopOverflow

Returns true if there is overflow above the viewport.

Implementation

bool get hasTopOverflow => top > 0;