of static method

ThemeManager of(
  1. BuildContext context
)

Implementation

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