DragUpdate constructor
const
DragUpdate({})
Drag update model which includes the position and size.
Implementation
const DragUpdate({
required this.angle,
required this.position,
required this.size,
required this.constraints,
});