I want to have the toolbar/AppBar at the bottom of the view instead of the top. Is there a way for me to do that? Here is an image for reference. Thanks.
As far as I know, the AppBar
is currently only shows up on top of the views. It should be possible to use BottomNavigation
to some extent to emulate the functionality you have in mind.