AirRoute constructor
AirRoute({
- required String path,
- required Widget builder(
- BuildContext context,
- GoRouterState state
- List<
AirRoute> routes = const [], - bool isShellRoute = false,
Implementation
AirRoute({
required this.path,
required this.builder,
this.routes = const [],
this.isShellRoute = false,
});