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