app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
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
=
" "
)