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