routes property

Map<String, WidgetBuilder>? routes
final

This tab view's routing table.

This routing table is not shared with any routing tables of ancestor or descendant Navigators.

Implementation

final Map<String, WidgetBuilder>? routes;