This commit is contained in:
PhyoThandar
2020-06-24 08:37:28 +06:30
parent a79f077a50
commit 212cfb4c32

View File

@@ -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),
)) ))
], ],