clipBehavior property

Clip clipBehavior
final

How to clip the content when it overflows the bounds.

Controls the visual clipping behavior. Clip.hardEdge provides the best performance but may show sharp edges.

Defaults to Clip.hardEdge.

Implementation

final Clip clipBehavior;