add
This commit is contained in:
@@ -90,13 +90,13 @@ class _ShipmentRatesCalState extends State<ShipmentRatesCal> {
|
||||
SizedBox(height: 50),
|
||||
Center(
|
||||
child: Text(
|
||||
"Delivery fee:\$ 5",
|
||||
"Delivery fee:\$ 0",
|
||||
style: TextStyle(color: primaryColor, fontSize: 16),
|
||||
)),
|
||||
SizedBox(height: 20),
|
||||
Center(
|
||||
child: Text(
|
||||
"Total estimated amount:\$ 38",
|
||||
"Total estimated amount:\$ 95",
|
||||
style: TextStyle(color: primaryColor, fontSize: 20),
|
||||
))
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user