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