Responsive layouts in Flutter: Split View and Drawer Navigation
Read moreWhat is drawer in flutter?
The Drawer widget is used as an additional sub-router that consists of various links to other routes (ie, pages) in the same application . It has a horizontal movement from the edge of the Scaffold that navigates the link to different routes in the flutter app.
Read moreHow do you make a navigation drawer in flutter?
Close the drawer programmatically.
Read more