AppWithDrawer constructor

const AppWithDrawer({
  1. Key? key,
  2. Widget? child,
  3. Widget? drawer,
  4. TemplateThemeData? theme,
})

Implementation

const AppWithDrawer({Key? key, this.child, this.drawer, this.theme})
    : super(key: key);