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