openDrawer static method

dynamic openDrawer(
  1. BuildContext context
)

Implementation

static openDrawer(BuildContext context) {
  return Scaffold.of(context).openDrawer();
}