fix feedbackform

This commit is contained in:
otsmr 2025-05-01 23:32:35 +02:00
parent 6715081d89
commit 4beeb8d5c0

View file

@ -73,11 +73,7 @@ class _ContactUsState extends State<ContactUsView> {
),
maxLines: 10,
),
],
),
),
bottomNavigationBar: SafeArea(
child: Padding(
Padding(
padding: EdgeInsets.all(20),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
@ -100,6 +96,8 @@ class _ContactUsState extends State<ContactUsView> {
],
),
),
],
),
),
);
}