Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.input
/
SliderIntConverter
Slider
Int
Converter
@
Stable
data
class
SliderIntConverter
(
val
min
:
Int
,
val
max
:
Int
)
:
SliderConverter
<
Int
>
Members
Constructors
Slider
Int
Converter
Link copied to clipboard
constructor
(
min
:
Int
,
max
:
Int
)
Properties
max
Link copied to clipboard
val
max
:
Int
min
Link copied to clipboard
val
min
:
Int
Functions
from
Link copied to clipboard
open
override
fun
from
(
value
:
Int
)
:
Float
to
Link copied to clipboard
open
override
fun
to
(
value
:
Float
)
:
Int