overflow property

Overflow overflow
final

Whether overflowing children should be clipped. See Overflow.

Some children in a stack might overflow its box. When this flag is set to Overflow.clip, children cannot paint outside of the stack's box.

Implementation

final Overflow overflow