openDrawer method

void openDrawer()

Opens the app drawer using the current ScaffoldState. This method triggers the opening of the main drawer, which is typically used for navigation.

Implementation

void openDrawer() => Scaffold.of(this).openDrawer();