import "fyne.io/fyne/v2/data/binding"
  

Package binding provides support for binding data to widgets. All APIs in the binding package are safe to invoke directly from any goroutine.

Usage

  const DataTreeRootID = ""
  

DataTreeRootID const is the value used as ID for the root of any tree binding.

types