route property

String route
final

The route to navigate to when the target is clicked. Also used to determine if the target is active.

The route must be the full path from the root of the app in order for subroutes to also be considered active.

Implementation

final String route;