This commit is contained in:
otsmr 2025-07-11 21:49:22 +02:00
parent f1605da6e1
commit 550818c7cf
2 changed files with 48 additions and 48 deletions

View file

@ -217,10 +217,7 @@ $debugLogToken
}); });
}, },
), ),
], Padding(
),
),
bottomNavigationBar: Padding(
padding: EdgeInsets.symmetric(vertical: 40, horizontal: 40), padding: EdgeInsets.symmetric(vertical: 40, horizontal: 40),
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,
@ -259,6 +256,9 @@ $debugLogToken
], ],
), ),
), ),
],
),
),
); );
} }
} }

View file

@ -86,10 +86,7 @@ class _ContactUsState extends State<SubmitMessage> {
minLines: 5, minLines: 5,
maxLines: 20, maxLines: 20,
), ),
], Padding(
),
),
bottomNavigationBar: Padding(
padding: EdgeInsets.symmetric(vertical: 40, horizontal: 40), padding: EdgeInsets.symmetric(vertical: 40, horizontal: 40),
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
@ -101,6 +98,9 @@ class _ContactUsState extends State<SubmitMessage> {
], ],
), ),
), ),
],
),
),
); );
} }
} }