Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.common.components
/
MainAppBar
Main
App
Bar
@
Composable
fun
MainAppBar
(
modifier
:
Modifier
=
Modifier
,
viewModel
:
UIViewModel
=
hiltViewModel()
,
navController
:
NavHostController
,
onAction
:
(
NodeMenuAction
)
->
Unit
)