of static method

Implementation

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