Suppose App State has two entries, “ABC” and “DEF”.
We would like to display a specific Container when the text field contains a word defined in App State (in this case, when either or both “ABC” or “DEF” are entered).
Suppose App State has two entries, “ABC” and “DEF”.
We would like to display a specific Container when the text field contains a word defined in App State (in this case, when either or both “ABC” or “DEF” are entered).
At first I tried to implement it with Conditional, but it did not work, perhaps my method was wrong.