import "fyne.io/fyne/v2/dialog"
  

Usage

type ViewLayout

  type ViewLayout int
  

ViewLayout can be passed to SetView() to set the view of a FileDialog

Since: 2.5
  const (
	ListView ViewLayout
	GridView
)