ScaleGesture constructor

const ScaleGesture({
  1. GestureBounds bounds = const GestureBounds(),
  2. GestureConstraints? constraints,
  3. StageBuilder? builder,
  4. OnRelease? onRelease,
  5. double? scaleVelocityCancel,
  6. ShrinkBounds? shrink,
  7. ExpandBounds? expand,
  8. ScaleHybrid? hybridFromStage,
})

Implementation

const ScaleGesture({
  super.bounds,
  super.constraints,
  super.builder,
  super.onRelease,
  super.scaleVelocityCancel,
  this.shrink,
  this.expand,
  this.hybridFromStage,
});