clipBehavior property

Clip? clipBehavior
final

Controls how the contents of the dialog are clipped (or not) to the given shape.

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

If null, then DialogTheme.clipBehavior is used. If that is also null, defaults to Clip.none.

Implementation

final Clip? clipBehavior;