Revert "unify padding of dialogs"
This commit is contained in:
parent
397f6996ef
commit
3e17fd372b
@ -653,6 +653,8 @@ class CustomAlertDialog extends StatelessWidget {
|
|||||||
child: AlertDialog(
|
child: AlertDialog(
|
||||||
scrollable: true,
|
scrollable: true,
|
||||||
title: title,
|
title: title,
|
||||||
|
contentPadding: EdgeInsets.fromLTRB(
|
||||||
|
contentPadding ?? padding, 25, contentPadding ?? padding, 10),
|
||||||
content: ConstrainedBox(
|
content: ConstrainedBox(
|
||||||
constraints: contentBoxConstraints,
|
constraints: contentBoxConstraints,
|
||||||
child: Theme(
|
child: Theme(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user