AvatarHandler.clone constructor

AvatarHandler.clone()

Creates an AvatarHelper that creates a clone of the draggable element as drag avatar. The avatar is removed at the end of the drag operation.

See CloneAvatarHandler.

Implementation

factory AvatarHandler.clone() {
  return CloneAvatarHandler();
}