openDrawer function

void openDrawer(
  1. BuildContext context
)

Implementation

void openDrawer(BuildContext context) {
  Scaffold.of(context).openDrawer();
}