merge material 3

This commit is contained in:
tzw
2024-01-25 17:40:35 +06:30
parent 18053cbe3c
commit 991ecd7ae6
70 changed files with 572 additions and 1377 deletions

View File

@@ -30,13 +30,9 @@ class CartonRow extends StatelessWidget {
child: new Row(
children: <Widget>[
Container(
padding: EdgeInsets.only(left: 5, right: 10),
child: Icon(
MaterialCommunityIcons.package,
color: primaryColor,
size: 30,
),
),
padding: EdgeInsets.only(left: 5, right: 10),
child: Icon(MaterialCommunityIcons.package,
color: primaryColor, size: 30)),
new Expanded(
child: new Column(
crossAxisAlignment: CrossAxisAlignment.start,