add markdown for term

This commit is contained in:
tzw
2024-02-28 17:47:47 +06:30
parent 270be54d38
commit 8305cb45ce
17 changed files with 456 additions and 462 deletions

View File

@@ -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),
),
],
),