ComposeDialogs
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
ComposeDialogs
menu
/
com.michaelflisar.composedialogs.dialogs.menu
/
MenuItem
/
SubMenu
Sub
Menu
data
class
SubMenu
(
val
title
:
String
,
val
description
:
String
?
=
null
,
val
icon
:
@
Composable
(
)
->
Unit
?
=
null
,
val
items
:
List
<
MenuItem
>
)
:
MenuItem
Members
Constructors
Sub
Menu
Link copied to clipboard
constructor
(
title
:
String
,
description
:
String
?
=
null
,
icon
:
@
Composable
(
)
->
Unit
?
=
null
,
items
:
List
<
MenuItem
>
)
Properties
description
Link copied to clipboard
val
description
:
String
?
icon
Link copied to clipboard
val
icon
:
@
Composable
(
)
->
Unit
?
items
Link copied to clipboard
val
items
:
List
<
MenuItem
>
title
Link copied to clipboard
val
title
:
String