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