GgRouterCore constructor

const GgRouterCore({
  1. Key? key,
  2. required Widget child,
  3. required GgRouteTreeNode node,
})

Implementation

const GgRouterCore({super.key, required this.child, required this.node});