add markdown for term
This commit is contained in:
@@ -33,7 +33,7 @@ class CartonListRow extends StatelessWidget {
|
||||
child: new Row(
|
||||
children: <Widget>[
|
||||
Container(
|
||||
padding: EdgeInsets.only(left: 5),
|
||||
padding: EdgeInsets.only(left: 0),
|
||||
child: Icon(
|
||||
MaterialCommunityIcons.package,
|
||||
color: primaryColor,
|
||||
@@ -42,7 +42,7 @@ class CartonListRow extends StatelessWidget {
|
||||
),
|
||||
new Expanded(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.only(left: 18.0),
|
||||
padding: const EdgeInsets.only(left: 15.0),
|
||||
child: Row(
|
||||
children: [
|
||||
new Column(
|
||||
@@ -98,7 +98,7 @@ class CartonListRow extends StatelessWidget {
|
||||
new Text(
|
||||
"${box.cartonWeight.toStringAsFixed(2)} lb",
|
||||
style:
|
||||
new TextStyle(fontSize: 15.0, color: Colors.grey),
|
||||
new TextStyle(fontSize: 14.0, color: Colors.grey),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user