SliderPositions

@Stable
class SliderPositions(initialActiveRange: ClosedFloatingPointRange<Float> = 0f..1f, initialTickFractions: FloatArray = floatArrayOf())

Deprecated

Not necessary with the introduction of Slider state

Class that holds information about Slider's and RangeSlider's active track and fractional positions where the discrete ticks should be drawn on the track.

Constructors

Link copied to clipboard
constructor(initialActiveRange: ClosedFloatingPointRange<Float> = 0f..1f, initialTickFractions: FloatArray = floatArrayOf())

Properties

Link copied to clipboard

ClosedFloatingPointRange that indicates the current active range for the start to thumb for a Slider and start thumb to end thumb for a RangeSlider.

Link copied to clipboard

The discrete points where a tick should be drawn on the track. Each value of tickFractions should be within the range 0f, 1f. If the track is continuous, then tickFractions will be an empty FloatArray.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int