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