add bottom padding
This commit is contained in:
parent
d8988336b3
commit
38e4d020bf
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class GalleryFooterWidget extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Padding(
|
||||
padding: const EdgeInsets.fromLTRB(20, 24, 20, 80),
|
||||
padding: const EdgeInsets.fromLTRB(20, 24, 20, 100),
|
||||
child: GradientButton(
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
|
Loading…
Add table
Reference in a new issue