Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
ui
/
com.michaelflisar.toolbox.feature.menu
/
MenuIcon
Menu
Icon
@
Composable
fun
MenuIconRowScope
.
MenuIcon
(
enabled
:
Boolean
=
true
,
tooltip
:
String
,
icon
:
@
Composable
(
)
->
Unit
,
onClick
:
(
)
->
Unit
)