wild
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
wild
style
/
io.daio.wild.style.modifiers
/
Interactions
Interactions
@
Immutable
data
class
Interactions
(
val
focused
:
Boolean
,
val
hovered
:
Boolean
,
val
pressed
:
Boolean
)
Members
Constructors
Interactions
Link copied to clipboard
constructor
(
focused
:
Boolean
,
hovered
:
Boolean
,
pressed
:
Boolean
)
Properties
focused
Link copied to clipboard
val
focused
:
Boolean
hovered
Link copied to clipboard
val
hovered
:
Boolean
pressed
Link copied to clipboard
val
pressed
:
Boolean