added pizza type to the PizzaEventWidget
This commit is contained in:
parent
73ea84ec69
commit
1339bbdff2
1 changed files with 8 additions and 1 deletions
|
@ -66,7 +66,14 @@ class PizzaEventWidget extends StatelessWidget {
|
|||
]
|
||||
),
|
||||
),
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: <Widget>[
|
||||
Text(dateFormatter.format(pizzaEvent.dateTime)),
|
||||
Text(pizzaEvent.type)
|
||||
],
|
||||
),
|
||||
|
||||
]
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue