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
/
MainAppBar
Main
App
Bar
@
Composable
fun
MainAppBar
(
modifier
:
Modifier
=
Modifier
,
title
:
String
,
subtitle
:
String
?
=
null
,
ourNode
:
Node
?
,
showNodeChip
:
Boolean
,
canNavigateUp
:
Boolean
,
onNavigateUp
:
(
)
->
Unit
,
actions
:
@
Composable
(
)
->
Unit
,
onClickChip
:
(
Node
)
->
Unit
)
(
source
)