import "fyne.io/fyne/v2"
  

Usage

type Accessible

  type Accessible interface {
	AccessibilityLabel() string
	AccessibilityRole() AccessibleRole
}
  

Accessible interface should be implemented for a widget that should be accessible

Since: 2.8