update carton list

This commit is contained in:
tzw
2024-02-15 16:41:49 +06:30
parent 2993ed78a3
commit ad5e61a6af
4 changed files with 144 additions and 97 deletions

View File

@@ -107,7 +107,7 @@ class _FcsShipmentListState extends State<FcsShipmentList> {
value: choice,
child: Row(
children: <Widget>[
Flexible(child: Text("${choice.text}")),
Flexible(child: Text("${choice.text}",style: TextStyle(color: Colors.black))),
const SizedBox(
width: 10,
),