MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
testapp
/
org.multipaz.testapp
/
AppBar
App
Bar
@
Composable
fun
AppBar
(
currentDestination
:
Destination
,
canNavigateBack
:
Boolean
,
navigateUp
:
(
)
->
Unit
,
navigateToSettings
:
(
)
->
Unit
,
includeSettingsIcon
:
Boolean
,
modifier
:
Modifier
=
Modifier
)
Composable that displays the topBar and displays back button if back navigation is possible.