clip constant

LayoutOverflow const clip

Content does not scroll but is clipped.

Content that exceeds the container size is clipped and hidden, but the container does not provide scrolling to access it. This effectively hides any overflow without scrollbars.

Implementation

static const LayoutOverflow clip = LayoutOverflow(false, true, false);