NavigationShellRoute class

Inheritance
Annotations
  • @TypedShellRoute<NavigationShellRoute>(routes: <TypedRoute<RouteData>>[TypedGoRoute<HomeRoute>(path: '/', routes: [TypedGoRoute<MembersRoute>(path: 'leden'), TypedGoRoute<ResourcesRoute>(path: 'documenten'), TypedGoRoute<PhotosRoute>(path: 'fotos'), TypedGoRoute<EurokeysRoute>(path: 'eurokeys'), TypedGoRoute<BookletsRoute>(path: 'booklets'), TypedGoRoute<ALVRoute>(path: 'alv'), TypedGoRoute<ConfidentialBodyRoute>(path: 'vertrouwensorgaan'), TypedGoRoute<AdminRoute>(path: 'admin'), TypedGoRoute<SettingsRoute>(path: 'instellingen'), TypedGoRoute<InboxRoute>(path: 'inbox'), TypedGoRoute<CreatePostRoute>(path: 'nieuwe-post'), TypedGoRoute<PostRoute>(path: 'post/:id'), TypedGoRoute<CreateEventRoute>(path: 'nieuw-evenement'), TypedGoRoute<EventRoute>(path: 'evenement/:id'), TypedGoRoute<UserRoute>(path: 'profiel/:id')])])

Constructors

const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

builder(BuildContext _, GoRouterState __, Widget navigator) Widget
builder is used to build the widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pageBuilder(BuildContext context, GoRouterState state, Widget navigator) Page<void>
pageBuilder is used to build the page
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

final