SliderIntConverter

@Stable
data class SliderIntConverter(val min: Int, val max: Int) : SliderConverter<Int>

Constructors

Link copied to clipboard
constructor(min: Int, max: Int)

Properties

Link copied to clipboard
val max: Int
Link copied to clipboard
val min: Int

Functions

Link copied to clipboard
open override fun from(value: Int): Float
Link copied to clipboard
open override fun to(value: Float): Int