Widgets
Progress
Indeterminate and determinate progress indicators.
ProgressView renders an indeterminate spinner or bar (handled by the
underlying Fyne widget). Use it while a background task is running.
ProgressBar renders a filled bar from 0.0 to 1.0.
A negative value is treated as indeterminate.