changed the layout a bit for the add pizza event page

This commit is contained in:
broodjeaap89 2021-08-30 21:46:24 +02:00
parent 27cf8504d9
commit 3b10525171

View file

@ -37,11 +37,11 @@ class AddPizzaEventPageState extends State<AddPizzaEventPage> {
), ),
resizeToAvoidBottomInset: false, resizeToAvoidBottomInset: false,
body: Container( body: Container(
padding: EdgeInsets.fromLTRB(40, 10, 40, 10), padding: EdgeInsets.all(16),
child: Column( child: Column(
children: <Widget>[ children: <Widget>[
Expanded( Expanded(
flex: 20, flex: 40,
child: Column( child: Column(
children: <Widget>[ children: <Widget>[
Row( Row(