Controls how content that overflows the flex container is handled. Mirrors CSS overflow.
overflow
Content is not clipped and may overflow the container. Mirrors CSS overflow: visible.
overflow: visible
Content is clipped to container bounds; no scrolling. Mirrors CSS overflow: hidden.
overflow: hidden
Content is clipped to container bounds without establishing a scroll container. Mirrors CSS overflow: clip.
overflow: clip
Content is scrollable along the primary axis; clips on the cross axis. Mirrors CSS overflow: scroll.
overflow: scroll
Same as Scroll — scrollable when content overflows. Mirrors CSS overflow: auto.
overflow: auto
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.