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