add fcs shipment info

This commit is contained in:
Thinzar Win
2020-10-15 17:33:43 +06:30
parent caf600e4eb
commit 2a422fc4ea
16 changed files with 406 additions and 295 deletions

View File

@@ -464,10 +464,9 @@ class _BoxEditorState extends State<BoxEditor> {
child: Row(
children: <Widget>[
Expanded(
child: new Text(
"Total Weight",
style: TextStyle(fontWeight: FontWeight.bold),
)),
child: LocalText(context, "box.cargo.total",
color: Colors.black87, fontWeight: FontWeight.bold),
),
Padding(
padding: const EdgeInsets.only(right: 40.0),
child: Align(