Fix: Lazy loader on web and its indicator
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user