closeEndDrawer function

void closeEndDrawer(
  1. BuildContext context
)

Implementation

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