fixed keyboard taking screenspace causing overflow
This commit is contained in:
parent
e4a7a8d03e
commit
b2bd37075e
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ class AddPizzaEventPageState extends State<AddPizzaEventPage> {
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: Text("Add Pizza Event"),
|
title: Text("Add Pizza Event"),
|
||||||
),
|
),
|
||||||
|
resizeToAvoidBottomInset: false,
|
||||||
body: Container(
|
body: Container(
|
||||||
padding: EdgeInsets.fromLTRB(40, 10, 40, 10),
|
padding: EdgeInsets.fromLTRB(40, 10, 40, 10),
|
||||||
child: Column(
|
child: Column(
|
||||||
|
|
Loading…
Add table
Reference in a new issue