toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.screens.markers_routes.components
/
FlexibleAppBar
Flexible
App
Bar
@
Composable
fun
FlexibleAppBar
(
title
:
String
=
""
,
leftSide
:
@
Composable
(
)
->
Unit
=
{}
,
rightSide
:
@
Composable
(
)
->
Unit
=
{}
)