ShellCoveringRoute constructor
ShellCoveringRoute({
- required RouteKey shellKey,
- required List<
HyperRoute< children,RouteValue> >
Implementation
ShellCoveringRoute({
required this.shellKey,
required super.children,
}) : assert(children.isNotEmpty,
"[ShellCoveringRoute] serves as a proxy for its children and can't be displayed on its own. Provide at least one child");