of static method

Implementation

static AppThemeProviderWrapperState of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<AppThemeProvider>()!
      .data;
}