Compose Input Actions
Toggle table of contents
0.9.0-alpha06
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Input Actions
Compose Input Actions
/
zone.ien.inputactions
/
InputAction
/
InputAction
Input
Action
constructor
(
title
:
String
=
""
,
style
:
InputActionStyle
=
InputActionStyle.Plain
,
icon
:
InputActionIcon
?
=
null
,
hidesSharedBackground
:
Boolean
=
false
,
separatesSharedBackground
:
Boolean
=
false
,
onClick
:
(
)
->
Unit
)