of static method

Implementation

static PageBuilderRFState? of(BuildContext context) {
  return context.findAncestorStateOfType<PageBuilderRFState>();
  // return context.ancestorStateOfType(const TypeMatcher<PageBuilderRFState>());
}