The designer at my company wants me to make something like this for a BottomNavigationBar:
that is, a BottomNavigationView with a drawermenu on the left and an overlapping fab on the right. As far as I can tell, this is not covered in any of the documentation or guidelines, perhaps also not recommended at all.
But still, my question is, how can I do it? Is the BottomNavigationView the right thing to start with or is there other components more suitable?