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 specifies how to clip the drawer's shape.
If the drawer has a shape, it defaults to Clip.hardEdge. Otherwise, defaults to Clip.none.
Implementation
final Clip? clipBehavior;