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