visible constant

LayoutOverflow const visible

Content does not scroll and is not clipped.

The container will expand to accommodate all content, and content may overflow the container boundaries without being hidden.

Implementation

static const LayoutOverflow visible = LayoutOverflow(false, false, false);