createDrawer method

  1. @protected
Widget? createDrawer()

创建左边的侧拉栏视图

Implementation

@protected
Widget? createDrawer() {
  return null;
}