import "fyne.io/fyne/v2"
  

Usage

type URIWithIcon

  type URIWithIcon interface {
	URI

	Icon() Resource
}
  

URIWithIcon describes a [URI] that should be rendered with a certain icon in file browsers.

Since: 2.5