MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
testapp
/
org.multipaz.testapp
/
App
/
WithAppBar
With
App
Bar
@
Composable
fun
WithAppBar
(
navController
:
NavController
,
title
:
String
?
=
null
,
includeSettingsIcon
:
Boolean
=
true
,
content
:
@
Composable
(
)
->
Unit
)