of static method

PageParentRF? of(
  1. BuildContext context
)

Implementation

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