DragGesture constructor
const
DragGesture({
- GestureBounds bounds = const GestureBounds(),
- GestureConstraints? constraints,
- StageBuilder? builder,
- OnRelease? onRelease,
- double? scaleVelocityCancel,
- DragGesture? override()?,
- DragHybrid? hybridFromStage,
- DragPromote? promote,
Implementation
const DragGesture({
super.bounds,
super.constraints,
super.builder,
super.onRelease,
super.scaleVelocityCancel,
this.override,
this.hybridFromStage,
this.promote,
});