GgRouterCore constructor
const
GgRouterCore({
- Key? key,
- required Widget child,
- required GgRouteTreeNode node,
Implementation
const GgRouterCore({super.key, required this.child, required this.node});