update crgo type input for carton

This commit is contained in:
tzw
2025-03-24 18:23:17 +06:30
parent 9371c6b1a3
commit 3d4bc43de4
4 changed files with 321 additions and 290 deletions

View File

@@ -294,7 +294,7 @@ class _CartonInfoState extends State<CartonInfo> {
return Padding(
padding: const EdgeInsets.symmetric(vertical: 2),
child: Container(
color: e.key.isEven ? Colors.grey.shade300 : oddColor,
color: e.key.isEven ? Colors.grey.shade200 : oddColor,
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
@@ -325,7 +325,9 @@ class _CartonInfoState extends State<CartonInfo> {
vertical: 2),
child: Text(
"- ${c.name}",
style: TextStyle(fontSize: 14),
style: TextStyle(
fontSize: 14,
color: labelColor),
),
);
}).toList()),
@@ -357,7 +359,7 @@ class _CartonInfoState extends State<CartonInfo> {
return Padding(
padding: const EdgeInsets.symmetric(vertical: 2),
child: Container(
color: e.key.isEven ? Colors.grey.shade300 : oddColor,
color: e.key.isEven ? Colors.grey.shade200 : oddColor,
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [