of method
Implementation
OverlaySupportState? of(BuildContext context) {
return context.findAncestorStateOfType<OverlaySupportState>();
}
OverlaySupportState? of(BuildContext context) {
return context.findAncestorStateOfType<OverlaySupportState>();
}