null safety
This commit is contained in:
@@ -135,7 +135,7 @@ class _DeliveryInfoState extends State<DeliveryInfo> {
|
||||
final cartonTypeBox = LocalRadioButtons(
|
||||
readOnly: true,
|
||||
values: cartonModel.cartonTypesInfo,
|
||||
selectedValue: _box.isShipmentCarton ?? false
|
||||
selectedValue: (_box.isShipmentCarton ?? false)
|
||||
? carton_from_shipments
|
||||
: _box.cartonType);
|
||||
final shipmentBox = DisplayText(
|
||||
|
||||
Reference in New Issue
Block a user