removed the inkwell from the pizza event widget
This commit is contained in:
parent
c1d1595d8c
commit
ac3f008a8c
1 changed files with 45 additions and 54 deletions
|
@ -9,15 +9,7 @@ class PizzaEventWidget extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context){
|
||||
return InkWell(
|
||||
onTap: () {
|
||||
Navigator.pushNamed(
|
||||
context,
|
||||
"/event/view",
|
||||
arguments: pizzaEvent
|
||||
);
|
||||
},
|
||||
child: Container(
|
||||
return Container(
|
||||
height: 120,
|
||||
color: Colors.blueAccent,
|
||||
child: Container(
|
||||
|
@ -64,7 +56,6 @@ class PizzaEventWidget extends StatelessWidget {
|
|||
]
|
||||
)
|
||||
)
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue