Stylish UI
Toggle table of contents
0.10.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Stylish UI
Stylish UI
/
com.segnities007.stylishui.components.organisms
/
StylishCommandItem
/
StylishCommandItem
Stylish
Command
Item
constructor
(
label
:
String
,
onSelect
:
(
)
->
Unit
,
icon
:
@
Composable
(
)
->
Unit
?
=
null
,
keywords
:
List
<
String
>
=
emptyList()
,
enabled
:
Boolean
=
true
)