Merge branch 'master' of https://git.mokkon.com/sainw/fcs
This commit is contained in:
@@ -101,7 +101,7 @@ class BoxRow extends StatelessWidget {
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(left: 8.0),
|
||||
child: new Text(
|
||||
"Actual Weight:${box.actualWeight.toString()}lb",
|
||||
"Actual Weight:${box.actualWeight.toStringAsFixed(2)}lb",
|
||||
style: new TextStyle(fontSize: 14.0, color: Colors.grey),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user