getNavigationEndDrawer static method
Implementation
static Drawer? getNavigationEndDrawer(BuildContext context) => context
.dependOnInheritedWidgetOfExactType<PageGroupWidget>()
?.navigationEndDrawer;
static Drawer? getNavigationEndDrawer(BuildContext context) => context
.dependOnInheritedWidgetOfExactType<PageGroupWidget>()
?.navigationEndDrawer;