Fyne API "fyne.Draggable"
fyne.Draggable
import "fyne.io/fyne/v2"
Usage
type Draggable
type Draggable interface {
Dragged(*DragEvent)
DragEnd()
}
Draggable indicates that a CanvasObject can be dragged. This is used for any item that the user has indicated should be moved across the screen.