Add clipBehavior
to DialogTheme
#147634
Labels
c: new feature
Nothing broken; request for a new capability
c: proposal
A detailed proposal for a change to Flutter
f: material design
flutter/packages/flutter/material repository.
framework
flutter/packages/flutter repository. See also f: labels.
P2
Important issues not at the top of the work list
r: fixed
Issue is closed as already fixed in a newer version
team-design
Owned by Design Languages team
triaged-design
Triaged by Design Languages team
Use case
Right now, we can specify the
Clip clipBehavior
of dialog when building them:It would be nice to be able to specify it in the theme so it applies to all dialogs in the app.
Proposal
Add a new property
Clip? clipBehavior
toDialogTheme
that would be used by the dialogs.The text was updated successfully, but these errors were encountered: