anyNavigator property
bool
get
anyNavigator
Add to the deepest navigator when there are multiple nested navigators.
Implementation
bool get anyNavigator => _extendedDataMap[this]?.anyNavigator ?? false;
Add to the deepest navigator when there are multiple nested navigators.
bool get anyNavigator => _extendedDataMap[this]?.anyNavigator ?? false;