I created a tooltip which activates when on a star icon picture.
This tooltip is of component type.
The tooltip component contains a button "Start Lesson".
But when the tooltip appears and I click on the button, there is no reaction, the tooltip simply disappears.
It sounds like the tap triggers the tooltip to disappear instead of triggering the button tap action trigger.
Is it a flutterflow bug or is there a work around?
If there is no workaround, do you know if I can fix this by doing a custom tooltip widget?