An easy implementation of animated FAB menu with 2 FAB descendants using AnimatedAlign widget.
Works with code as it is.
Wrapping the FABs with Visibility widget with visible:false when user opens keyboard hides the menu as the alignment values change upon keyboard opening.
(Tip:- If keyboard is hidden MediaQuery.of(context).viewInsets.bottom==0)
