modify
This commit is contained in:
@@ -116,16 +116,16 @@ class _ShipmentRatesState extends State<ShipmentRates> {
|
||||
),
|
||||
_row("Free delivery within Yangon \nfor shipments over","10","pounds"),
|
||||
_row("Delivery fees","\$ 5","below 10 pounds"),
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(left: 18.0, right: 18),
|
||||
child: RichText(
|
||||
// overflow: TextOverflow.fade,
|
||||
text: TextSpan(
|
||||
style: TextStyle(color: primaryColor),
|
||||
children: textList,
|
||||
),
|
||||
),
|
||||
),
|
||||
// Padding(
|
||||
// padding: const EdgeInsets.only(left: 18.0, right: 18),
|
||||
// child: RichText(
|
||||
// // overflow: TextOverflow.fade,
|
||||
// text: TextSpan(
|
||||
// style: TextStyle(color: primaryColor),
|
||||
// children: textList,
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
fcsButton(context, "Calculate", callack: () {
|
||||
Navigator.of(context)
|
||||
.push(MaterialPageRoute(builder: (_) => ShipmentRatesCal()));
|
||||
|
||||
Reference in New Issue
Block a user