On this page
binding.FloatList
import "fyne.io/fyne/v2/data/binding"Usage
type FloatList
type FloatList = List[float64]FloatList supports binding a list of float64 values.
Since:
2.0func BindPreferenceFloatList
func BindPreferenceFloatList(key string, p fyne.Preferences) FloatListBindPreferenceFloatList returns a bound list of float64 values that is managed by the application preferences. Changes to this value will be saved to application storage and when the app starts the previous values will be read.
Since:
2.6