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
/
IconInfo
Icon
Info
@
Composable
fun
IconInfo
(
icon
:
ImageVector
,
contentDescription
:
String
,
modifier
:
Modifier
=
Modifier
,
label
:
String
?
=
null
,
text
:
String
?
=
null
,
style
:
TextStyle
=
MaterialTheme.typography.labelMedium
,
contentColor
:
Color
=
MaterialTheme.colorScheme.onSurface
,
content
:
@
Composable
(
)
->
Unit
=
{}
)
(
source
)