hasTopOverflow property
bool
get
hasTopOverflow
Returns true if there is overflow above the viewport.
Implementation
bool get hasTopOverflow => top > 0;
Returns true if there is overflow above the viewport.
bool get hasTopOverflow => top > 0;