fixed keyboard taking screenspace causing overflow

This commit is contained in:
broodjeaap89 2021-07-11 15:14:58 +02:00
parent e4a7a8d03e
commit b2bd37075e

View file

@ -46,6 +46,7 @@ class AddPizzaEventPageState extends State<AddPizzaEventPage> {
appBar: AppBar(
title: Text("Add Pizza Event"),
),
resizeToAvoidBottomInset: false,
body: Container(
padding: EdgeInsets.fromLTRB(40, 10, 40, 10),
child: Column(