currentRoute property

ValueNotifier<String> currentRoute
final

A ValueNotifier that holds the current route's name. By default, it is initialized with ZdsSplitNavigator.emptyRoute.

Implementation

final ValueNotifier<String> currentRoute = ValueNotifier<String>(ZdsSplitNavigator.emptyRoute);