clipBehavior property
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.
The clipBehavior argument is used the clip shape of the menu.
Defaults to Clip.none.
Implementation
final Clip clipBehavior;