Hi,
I have a calendar (custom widget) and list several items under this calendar in a ListView (items are loaded from DB).
As soon as you click on a ListView item (card), the calendar updates itself and displays the corresponding events.
You can only select one item at a time, similar to RadioButtons.
This also works very well. But:
When initially loading the page, I want the first item to be preselected and the calendar to already show the matching events of the first item.
Is it possible to simulate a click on the card with FlutterFlow?