toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.screens.markers_routes.components
/
TextOnlyAppBar
Text
Only
App
Bar
@
Composable
fun
TextOnlyAppBar
(
title
:
String
=
""
,
onNavigateUp
:
(
)
->
Unit
=
{}
,
navigationButtonTitle
:
String
=
" "
,
onRightButton
:
(
)
->
Unit
=
{}
,
rightButtonTitle
:
String
=
" "
)