update carton list
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user