app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.screens.markers_routes.components
/
CustomAppBar
Custom
App
Bar
@
Composable
fun
CustomAppBar
(
title
:
String
,
onNavigateUp
:
(
)
->
Unit
,
navigationButtonTitle
:
String
=
stringResource(R.string.ui_back_button_title)
,
onRightButton
:
(
)
->
Unit
=
{}
,
rightButtonTitle
:
String
=
""
)