visible constant

OverflowValue const visible

Overflow content is not clipped and may be visible outside the element's padding box. The element box is not a scroll container. This is the default value of the overflow property.

Implementation

static const OverflowValue visible = OverflowValue._('visible');