I want to use a showcase widget on a text
displayed after a result is run.
This is the implementation

I want to implement this feature for the first string of the map. when I execute it like this. The text seems to disappear. How to fix this. for example, if the map has three strings I want the showcase widget to appear on the first string only.
If you want to keep your current logic, with a
mapon your list of Objects in order to return a list ofWidgets, your only solution is to create a variable which you'll use as an index.