ScaleEvent constructor

const ScaleEvent(
  1. Offset focalPoint,
  2. double scale,
  3. double rotationAngle
)

Implementation

const ScaleEvent(this.focalPoint, this.scale, this.rotationAngle);