of static method

PageStateScope? of(
  1. BuildContext context
)

Implementation

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