Returns the currently active StackPath.
This is the path that contains the currently active route.
StackPath<T> get activePath => (activePaths.lastOrNull ?? root) as StackPath<T>;