of static method

VxNavConfig of(
  1. BuildContext context
)

Implementation

static VxNavConfig of(BuildContext context) {
  return (Router.of(context).routerDelegate as VxNavigator).routeManager;
}