currentDepth property

int? currentDepth
final

The current value of ImplicitNavigator.depth for the navigator that dispatched this notification.

This is the depth after the action corresponding to this notification completed.

Implementation

final int? currentDepth;