XRoute constructor

const XRoute({
  1. bool isRoot = false,
  2. bool isLayout = false,
  3. Page<T> buildPage<T>(
    1. BuildContext context,
    2. Widget child,
    3. GoRouterState state
    )?,
})

Implementation

const XRoute({
  this.isRoot = false,
  this.isLayout = false,
  this.buildPage,
});