GetTransitionDelegate<T> constructor
const
GetTransitionDelegate<T> ({
Creates a transition delegate that applies pop semantics whenever
isPopNavigation returns true at resolve time.
Implementation
const GetTransitionDelegate({required this.isPopNavigation});