closeDrawer function

void closeDrawer(
  1. BuildContext context
)

Implementation

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