I'm new to coding and I want to implement a navigation drawer wherein there is a bottom navigation bar above it not below. I'm making a drawer similar to discord's navigation drawer. Can somebody teach me a few tricks? thankyou
I'm new to coding and I want to implement a navigation drawer wherein there is a bottom navigation bar above it not below. I'm making a drawer similar to discord's navigation drawer. Can somebody teach me a few tricks? thankyou
You can implement bottom navigation bar and navigation drawer in one component. This component is BottomAppBar. Click here to learn about bottom appbars