app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.screens.home.placesnearby
/
PlacesNearbyList
Places
Nearby
List
@
Composable
fun
PlacesNearbyList
(
uiState
:
PlacesNearbyUiState
,
navController
:
NavController
,
onClickFolder
:
(
String
,
String
)
->
Unit
,
modifier
:
Modifier
)