I want to use the FloatingActionButton, along with its behaviour when anchored on a BottomAppBar, on top of a BottomNavigationView.
FloatingActionButton
I came up with a rat
I tried to do this for several days and in the end I came to make a FAB with an empty BottomAppBar, on top of which a BottomNavigationView with a transparent background was superimposed.
BottomAppBar
BottomNavigationView
In my case, the code looks like this: