import "fyne.io/fyne/v2"
  

Usage

type Tappable

  type Tappable interface {
	Tapped(*PointEvent)
}
  

Tappable describes any [CanvasObject] that can also be tapped. This should be implemented by buttons etc that wish to handle pointer interactions.