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,