Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.features.menu
/
MenuItem
/
Separator
Separator
class
Separator
(
val
text
:
String
=
""
)
:
MenuItem
,
IBaseAction
Members
Constructors
Separator
Link copied to clipboard
constructor
(
text
:
String
=
""
)
Properties
text
Link copied to clipboard
val
text
:
String
Functions
Popup
Menu
Item
Link copied to clipboard
@
Composable
open
override
fun
PopupMenuItem
(
scope
:
MenuScope
)
to
Menu
Item
Link copied to clipboard
@
Composable
open
override
fun
toMenuItem
(
)
:
MenuItem
to
Nav
Item
Link copied to clipboard
@
Composable
open
override
fun
toNavItem
(
)
:
INavItem