tabRouteStackBuilder property

Map<AppTabType, List<UIRouteModel>> Function() tabRouteStackBuilder
final

Map of all routes that are currently active in tabs

Implementation

final Map<AppTabType, List<UIRouteModel>> Function() tabRouteStackBuilder;