Change content padding.

This commit is contained in:
stonegate 2020-08-01 23:09:51 +08:00
parent 95bfaf1f45
commit 1246057c80
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ generalDialog(BuildContext context,
titlePadding: EdgeInsets.all(20),
title: SizedBox(width: context.width - 160, child: title),
content: content,
contentPadding: EdgeInsets.fromLTRB(20, 0, 20, 0),
actionsPadding: EdgeInsets.all(10),
actions: actions),
),