hasLeftOverflow property

bool get hasLeftOverflow

Returns true if there is overflow to the left of the viewport.

Implementation

bool get hasLeftOverflow => left > 0;