Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-ui
/
org.meshtastic.core.ui.component
/
DropDownItem
Drop
Down
Item
data
class
DropDownItem
<
T
>
(
val
value
:
T
,
val
label
:
String
,
val
icon
:
ImageVector
?
=
null
,
val
color
:
Color
?
=
null
)
(
source
)
Members
Constructors
Drop
Down
Item
Link copied to clipboard
constructor
(
value
:
T
,
label
:
String
,
icon
:
ImageVector
?
=
null
,
color
:
Color
?
=
null
)
Properties
color
Link copied to clipboard
val
color
:
Color
?
icon
Link copied to clipboard
val
icon
:
ImageVector
?
label
Link copied to clipboard
val
label
:
String
value
Link copied to clipboard
val
value
:
T