ScaleGesture constructor
const
ScaleGesture({
- GestureBounds bounds = const GestureBounds(),
- GestureConstraints? constraints,
- StageBuilder? builder,
- OnRelease? onRelease,
- double? scaleVelocityCancel,
- ShrinkBounds? shrink,
- ExpandBounds? expand,
- ScaleHybrid? hybridFromStage,
Implementation
const ScaleGesture({
super.bounds,
super.constraints,
super.builder,
super.onRelease,
super.scaleVelocityCancel,
this.shrink,
this.expand,
this.hybridFromStage,
});