Merge pull request #3146 from grummbeer/adjust-dialog-padding
unify padding of dialogs
This commit is contained in:
commit
a313d7579d
1 changed files with 0 additions and 2 deletions
|
|
@ -648,8 +648,6 @@ class CustomAlertDialog extends StatelessWidget {
|
|||
child: AlertDialog(
|
||||
scrollable: true,
|
||||
title: title,
|
||||
contentPadding: EdgeInsets.fromLTRB(
|
||||
contentPadding ?? padding, 25, contentPadding ?? padding, 10),
|
||||
content: ConstrainedBox(
|
||||
constraints: contentBoxConstraints,
|
||||
child: Theme(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue