Routable constructor
const
Routable({
- bool replaceWithExtension = true,
- bool rootToExtension = true,
- String? path,
- Type? pageRouteBuilder,
- RouteBuilder routeBuilder = RouteBuilder.noTransition,
Implementation
const Routable({
this.navigateToExtension = true,
this.replaceWithExtension = true,
this.rootToExtension = true,
this.path,
this.pageRouteBuilder,
this.routeBuilder = RouteBuilder.noTransition,
});