toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.screens.home.home
/
HomeBottomAppBar
Home
Bottom
App
Bar
@
Composable
fun
HomeBottomAppBar
(
getMyLocation
:
(
)
->
Unit
,
getWhatsAroundMe
:
(
)
->
Unit
,
getWhatsAheadOfMe
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)