hasRightOverflow property

bool get hasRightOverflow

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

Implementation

bool get hasRightOverflow => right > 0;