of static method

Implementation

static GgNavigationPageRoot? of(BuildContext context) {
  return context.findAncestorWidgetOfExactType<GgNavigationPageRoot>();
}