Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.theme
/
love.yinlin.compose
/
Ripple
/
StateLayer
State
Layer
class
StateLayer
Members
Constructors
State
Layer
Link copied to clipboard
constructor
(
)
Properties
animated
Alpha
Link copied to clipboard
val
animatedAlpha
:
Animatable
<
Float
,
AnimationVector1D
>
current
Interaction
Link copied to clipboard
var
currentInteraction
:
Interaction
?
interactions
Link copied to clipboard
val
interactions
:
MutableList
<
Interaction
>
Functions
draw
State
Layer
Link copied to clipboard
fun
DrawScope
.
drawStateLayer
(
radius
:
Float
,
color
:
Color
)
handle
Interaction
Link copied to clipboard
fun
handleInteraction
(
interaction
:
Interaction
,
scope
:
CoroutineScope
)