add bottom padding

This commit is contained in:
Neeraj Gupta 2022-06-06 22:03:50 +05:30
parent d8988336b3
commit 38e4d020bf
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -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,