Increase button size

This commit is contained in:
Vishnu Mohandas 2021-05-27 03:41:24 +05:30
parent b79042c0e7
commit 286095e077

View file

@ -56,7 +56,7 @@ class _AppUpdateDialogState extends State<AppUpdateDialog> {
Container( Container(
width: double.infinity, width: double.infinity,
height: 64, height: 64,
padding: const EdgeInsets.fromLTRB(64, 0, 64, 0), padding: const EdgeInsets.fromLTRB(50, 0, 50, 0),
child: button( child: button(
"update", "update",
fontSize: 16, fontSize: 16,