DraggableAnimationItem<T> constructor
DraggableAnimationItem<T> ({})
Implementation
DraggableAnimationItem({
required this.id,
required this.dx,
required this.dy,
required this.width,
required this.height,
required this.data,
});