I followed this tutorial https://blog.flutterflow.io/creating-an-expandable-button/ to create an expandable FAB.
The issue I am having is that every time I open the page for the first time, I need to double press the button to get the menu to open. Thereafter the options container opens and collapses as expected.
The only modification I made is the add conditional visibility to the options container.
Removing the conditional visibility allows the button to only be pressed once, but then the options container is always 'there' and prevents underlying content from being pressed even when the options are collapsed.
Any idea what causes this weirdness?