maybeOf static method

AppShellScope? maybeOf(
  1. BuildContext context
)

Implementation

static AppShellScope? maybeOf(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<AppShellScope>();