of method

OverlayNotificationState<StatefulWidget>? of(
  1. BuildContext context
)

Implementation

OverlayNotificationState? of(BuildContext context) {
  return context.findAncestorStateOfType<OverlayNotificationState>();
}