hidden constant

LayoutOverflow const hidden

Content scrolls and is clipped.

Content that exceeds the container size will be clipped (hidden), and the container becomes scrollable to access overflowed content. This is the most common behavior for scrollable content.

Implementation

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