You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have code where the FAB exists or not based on some condition. The ExpandableFab will animate from the center to the position when Scaffold's floatingActionButton property changes between ExpandableFab or null. I don't see any property that I can use to prevent this behavior.
returnScaffold(
floatingActionButton: (anySelected) ? fab :null,
);
I have code where the FAB exists or not based on some condition. The
ExpandableFabwill animate from the center to the position when Scaffold'sfloatingActionButtonproperty changes betweenExpandableFabornull. I don't see any property that I can use to prevent this behavior.20250904-1907-16.0310880.mp4