State
fun State( progress: Progress = Progress(), movementTracking: Boolean = false, interactive: Boolean = true)
Content copied to clipboard
Parameters
progress
backups the pure values of a slider managed by Progress
movement Tracking
this flag signals the current state of movement, that is whether some sliding action takes place currently. This is important for providing a dedicated event that also offers value changes during the sliding actions and not only for the final reached value.
interactive
shows whether the slider is enabled or in disabled / readonly mode. If `false` no user action (mouse clicking, dragging or keys) will modify the value.