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