|
|
|
@ -121,8 +121,8 @@ class _ProductNameAndPriceState extends State<ProductNameAndPrice> {
|
|
|
|
//color: widget.isStockAvailable ? Colors.white : Colors.red,
|
|
|
|
//color: widget.isStockAvailable ? Colors.white : Colors.red,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
// SizedBox(width: 20),
|
|
|
|
// SizedBox(width: 20),
|
|
|
|
// if (
|
|
|
|
if (
|
|
|
|
widget.authenticatedUserObject.isLogin &&
|
|
|
|
widget.authenticatedUserObject.isLogin)
|
|
|
|
widget.stockAvailability != null &&
|
|
|
|
widget.stockAvailability != null &&
|
|
|
|
!widget.isStockAvailable &&
|
|
|
|
!widget.isStockAvailable &&
|
|
|
|
widget.customerId != null
|
|
|
|
widget.customerId != null
|
|
|
|
|