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