Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-settings
/
org.meshtastic.feature.settings.radio.component
/
NodeActionButton
Node
Action
Button
@
Composable
fun
NodeActionButton
(
modifier
:
Modifier
=
Modifier
,
title
:
String
,
enabled
:
Boolean
,
icon
:
ImageVector
?
=
null
,
iconTint
:
Color
?
=
null
,
onClick
:
(
)
->
Unit
)
(
source
)