clipBehavior property

Clip clipBehavior
final

The content will be clipped (or not) according to this option.

See the enum Clip for details of all possible options and their common use cases.

In cases where clipping is not desired, consider setting this property to Clip.none.

Defaults to Clip.hardEdge.

Implementation

final Clip clipBehavior;