ScaleEvent constructor

ScaleEvent(
  1. double scale,
  2. double horizontalScale,
  3. double verticalScale,
  4. double rotation,
  5. Offset globalPosition,
  6. Offset? delta,
)

Implementation

ScaleEvent(
  this.scale,
  this.horizontalScale,
  this.verticalScale,
  this.rotation,
  super.globalPosition,
  super.delta,
);