getNavigationEndDrawer static method

Drawer? getNavigationEndDrawer(
  1. BuildContext context
)

Implementation

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