of static method

AppWrapperBase? of(
  1. BuildContext context
)

Implementation

static AppWrapperBase? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<AppWrapperBase>();