ViewportAnimationConfig constructor

ViewportAnimationConfig({
  1. double? viewportAnchorX = 0.5,
  2. double? viewportAnchorY = 0.58,
  3. double? targetScale,
  4. double? targetCoverage = 0.3,
})

Implementation

ViewportAnimationConfig({
  this.viewportAnchorX = 0.5,
  this.viewportAnchorY = 0.58,
  this.targetScale,
  this.targetCoverage = 0.3,
});