add fcs shipment info
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user