where the knob sits, 0 to 1
the current value, in [min, max]
Removes all internal references and listeners as well as removes children from the display list.
Do not use a Container after calling destroy.
Optionaloptions: DestroyOptions
Options parameter. A boolean will act as if all options have been set to that value
moves the knob to a 0-to-1 position, the arithmetic a track click uses
A draggable knob on a track, for a volume, difficulty or zoom setting.
The track is drawn from the theme and a partial fill shows where the knob is; the value is always a number in
[min, max], andsliderValueAtis the arithmetic that turns a click or drag into one, exported so a game routing input itself gets the same snapping.Example