From 5db7491b74b70e5902fae4e238852d9b092850e2 Mon Sep 17 00:00:00 2001 From: NaiJi Date: Tue, 27 Dec 2022 10:27:09 +0400 Subject: [PATCH] fix: Remove ontap for items --- lib/ui/item.dart | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/ui/item.dart b/lib/ui/item.dart index 5bdb85d..58d274a 100644 --- a/lib/ui/item.dart +++ b/lib/ui/item.dart @@ -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,