XRoute constructor
const
XRoute({
- bool isRoot = false,
- bool isLayout = false,
- Page<
T> buildPage<T>( - BuildContext context,
- Widget child,
- GoRouterState state
Implementation
const XRoute({
this.isRoot = false,
this.isLayout = false,
this.buildPage,
});