fix rates
This commit is contained in:
@@ -145,6 +145,14 @@ class _ShipmentRatesState extends State<ShipmentRates> {
|
||||
"Volumetric Ratio",
|
||||
"${rate.volumetricRatio.toStringAsFixed(2)}",
|
||||
"in3 per pound"),
|
||||
_row(
|
||||
"Weight difference discount",
|
||||
"${rate.diffDiscountWeight.toStringAsFixed(2)}",
|
||||
"pounds"),
|
||||
_row(
|
||||
"Weight difference rate",
|
||||
"\$ ${rate.diffWeightRate.toStringAsFixed(2)}",
|
||||
""),
|
||||
Divider(
|
||||
color: Colors.grey,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user