toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
design
/
edu.stanford.spezi.core.design.component
/
AppTopAppBar
App
Top
App
Bar
@
Composable
fun
AppTopAppBar
(
modifier
:
Modifier
=
Modifier
,
title
:
@
Composable
(
)
->
Unit
,
navigationIcon
:
@
Composable
(
)
->
Unit
=
{}
,
actions
:
@
Composable
RowScope
.
(
)
->
Unit
=
{}
)