Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
ui
/
com.michaelflisar.toolbox.feature.menu
/
MenuIconRowScope
Menu
Icon
Row
Scope
@
Immutable
interface
MenuIconRowScope
Members
Members & Extensions
Properties
row
Scope
Link copied to clipboard
abstract
val
rowScope
:
RowScope
Functions
Menu
Icon
Link copied to clipboard
@
Composable
fun
MenuIconRowScope
.
MenuIcon
(
enabled
:
Boolean
=
true
,
tooltip
:
String
,
icon
:
@
Composable
(
)
->
Unit
,
onClick
:
(
)
->
Unit
)