update crgo type input for carton
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user