Closed corrado4eyes closed 3 months ago
Right now in RoutingState.stencil the default value for the animated method parameter is false. Find a way to make it true if a certain argument navigationAnimationEnabled is true.
RoutingState.stencil
animated
false
navigationAnimationEnabled
true
Right now in
RoutingState.stencil
the default value for theanimated
method parameter isfalse
. Find a way to make it true if a certain argumentnavigationAnimationEnabled
istrue
.