fix: Remove ontap for items
This commit is contained in:
parent
5381e89f68
commit
5db7491b74
|
@ -9,12 +9,6 @@ class _Item extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(final BuildContext context) => InkWell(
|
||||
onTap: () {
|
||||
// Navigator.of(context).push(
|
||||
// MaterialPageRoute(
|
||||
// builder: (final BuildContext context) => ItemDetails(item),
|
||||
// );
|
||||
},
|
||||
child: Container(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 15),
|
||||
height: 48,
|
||||
|
|
Loading…
Reference in a new issue