StackedRoute<T> constructor
const
StackedRoute<T> ({})
Implementation
const StackedRoute({
this.page,
this.initial = false,
this.guards,
this.fullscreenDialog = false,
this.maintainState = true,
this.fullMatch = false,
this.path,
this.name,
this.usesPathAsKey = false,
this.children,
this.meta = const {},
this.deferredLoading,
});