clipBehavior property

Clip clipBehavior
final

Whether overflowing children should be clipped. See Clip.

Some children in a scatter might overflow its box. When this property is not Clip.none, children cannot paint outside of the stack's box.

Implementation

final Clip clipBehavior;