ZoomPageTransitionsBuilder constructor

const ZoomPageTransitionsBuilder(
  1. {bool allowSnapshotting = true,
  2. bool allowEnterRouteSnapshotting = true}
)

Constructs a page transition animation that matches the transition used on Android Q.

Implementation

const ZoomPageTransitionsBuilder({
  this.allowSnapshotting = true,
  this.allowEnterRouteSnapshotting = true,
});