merge
This commit is contained in:
@@ -85,7 +85,8 @@ class _CustomListState extends State<CustomList> {
|
||||
"Custom Fee \$ " + custom.customDutyFee.toStringAsFixed(2),
|
||||
custom.rate == null
|
||||
? ""
|
||||
: "Shipment rate \$ " + custom.rate.toStringAsFixed(2)),
|
||||
: "Shipment rate \$ " +
|
||||
custom.rate!.toStringAsFixed(2)),
|
||||
),
|
||||
);
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user