changed the layout a bit for the add pizza event page
This commit is contained in:
parent
27cf8504d9
commit
3b10525171
1 changed files with 2 additions and 2 deletions
|
@ -37,11 +37,11 @@ class AddPizzaEventPageState extends State<AddPizzaEventPage> {
|
|||
),
|
||||
resizeToAvoidBottomInset: false,
|
||||
body: Container(
|
||||
padding: EdgeInsets.fromLTRB(40, 10, 40, 10),
|
||||
padding: EdgeInsets.all(16),
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
flex: 20,
|
||||
flex: 40,
|
||||
child: Column(
|
||||
children: <Widget>[
|
||||
Row(
|
||||
|
|
Loading…
Add table
Reference in a new issue