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

Usage

type Untyped

  type Untyped = Item[any]
  

Untyped supports binding an any value.

Since: 2.1

func NewUntyped

  func NewUntyped() Untyped
  

NewUntyped returns a bindable any value that is managed internally.

Since: 2.1