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