add count to cart

merge-update-with-lab-changes
Elham Rababh 4 years ago
parent bfbd04e35d
commit 944bbce1bf

@ -80,6 +80,7 @@ class ProductAppBar extends StatelessWidget with PreferredSizeWidget {
if(Provider.of<OrderPreviewViewModel>(context, listen: false).cartResponse.quantityCount !=0)
Positioned(
top:0, right: -1.0,
child: Container(
decoration: BoxDecoration(
color: Colors.red,

Loading…
Cancel
Save