mirror of
https://github.com/stonega/tsacdop
synced 2025-02-17 20:10:37 +01:00
Change content padding.
This commit is contained in:
parent
95bfaf1f45
commit
1246057c80
@ -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),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user