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

@@ -24,20 +24,17 @@ class FcsShipmentListRow extends StatelessWidget {
children: <Widget>[
Expanded(
child: new Padding(
padding: const EdgeInsets.symmetric(vertical: 10.0),
padding: const EdgeInsets.symmetric(vertical: 13),
child: new Row(
children: <Widget>[
Container(
padding: EdgeInsets.only(left: 5),
child: Icon(
Ionicons.ios_airplane,
color: primaryColor,
size: 30,
),
Icon(
Ionicons.ios_airplane,
color: primaryColor,
size: 30,
),
new Expanded(
child: Padding(
padding: const EdgeInsets.only(left: 18.0),
padding: const EdgeInsets.only(left: 15),
child: new Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[