I am trying to color code some text fields based on if the double is positive (green) or negative (red). I just found several other unresolved threads on the subject and have been stuck here for 2 days now.
I am reading the docs. It would seem a single condition would apply here. However, when I try and use set from variable, it only offers the option for Conditional Value (If/Then/Else). I have tried to configure that one a number of times and gotten nowhere.
https://docs.flutterflow.io/advanced-functionality/conditional-logic
How do I color code the text color based on the value I pass from the API response?