hasLeftOverflow property
bool
get
hasLeftOverflow
Returns true if there is overflow to the left of the viewport.
Implementation
bool get hasLeftOverflow => left > 0;
Returns true if there is overflow to the left of the viewport.
bool get hasLeftOverflow => left > 0;