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