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
/
ShutdownConfirmationDialog
Shutdown
Confirmation
Dialog
@
Composable
fun
ShutdownConfirmationDialog
(
title
:
String
,
node
:
Node
?
,
onDismiss
:
(
)
->
Unit
,
isShutdown
:
Boolean
=
true
,
icon
:
ImageVector
?
=
null
,
onConfirm
:
(
)
->
Unit
)
(
source
)