RootPage constructor
- {Key? key,
- required Widget child,
- required BuildContext? shellContext,
- required GoRouterState state}
Implementation
const RootPage({
Key? key,
required this.child,
required this.shellContext,
required this.state,
}) : super(key: key);