fix: Remove ontap for items

This commit is contained in:
NaiJi 2022-12-27 10:27:09 +04:00
parent 5381e89f68
commit 5db7491b74
1 changed files with 0 additions and 6 deletions

View File

@ -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,