Hi@akhtar,
To add a drawer to the app, wrap it in a Scaffold widget. The Scaffold widget provides a consistent visual structure to apps that follow the Material Design Guidelines. It also supports special Material Design components, such as Drawers, AppBars, and SnackBars. I have attached the syntax below.
Scaffold(
drawer: // Add a Drawer here in the next step.
);
To know more, join our Flutter Development Course today.