clipBehavior property Null safety
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.
Defaults to Clip.none, and must not be null.
Implementation
final Clip clipBehavior;