Fix: Lazy loader on web and its indicator

This commit is contained in:
2024-05-31 14:00:34 +03:00
parent 0438a6feec
commit 3b593ad733
3 changed files with 46 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ class BasketItemCard extends StatelessWidget {
),
child: GestureDetector(
onTap: () {
Navigator.of(context).pushReplacement(
Navigator.of(context).push(
CustomPageRoute(builder: (context) => DetailPage(id: id)));
},
child: Card(