allowEnterRouteSnapshotting property

bool allowEnterRouteSnapshotting
final

Whether to enable snapshotting on the entering route during the transition animation.

If not specified, defaults to true. If false, the route snapshotting will not be applied to the route being animating into, e.g. when transitioning from route A to route B, B will not be snapshotted.

Implementation

final bool allowEnterRouteSnapshotting;