openDrawer method

  1. @override
void openDrawer()
override

Implementation

@override
void openDrawer() {
  Scaffold.of(context).openDrawer();
}