import "fyne.io/fyne/v2"
  

Usage

type Scrollable

  type Scrollable interface {
	Scrolled(*ScrollEvent)
}
  

Scrollable describes any [CanvasObject] that can also be scrolled. This is mostly used to implement the widget.ScrollContainer.