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,9 +107,9 @@ class _LocalPopupMenuButtonState extends State<LocalPopupMenuButton> {
style: TextStyle(
fontSize: 14,
color:
choice.enabled ? primaryColor : Colors.grey))
choice.enabled ? Colors.black : Colors.grey))
: LocalText(context, choice.textKey ?? "",
color: choice.enabled ? primaryColor : Colors.grey,
color: choice.enabled ? Colors.black : Colors.grey,
fontSize: 14),
SizedBox(
width: 10,