app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.screens.markers_routes.components
/
FlexibleAppBar
Flexible
App
Bar
@
Composable
fun
FlexibleAppBar
(
title
:
String
=
""
,
leftSide
:
@
Composable
(
)
->
Unit
=
{}
,
rightSide
:
@
Composable
(
)
->
Unit
=
{}
)