toggle menu
Mobile UI
0.4.0
common
switch theme
search in API
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.component
/
LocationItem
Location
Item
@
Composable
fun
LocationItem
(
modifier
:
Modifier
=
Modifier
,
locationItemModel
:
LocationItemModel
,
icon
:
@
Composable
(
)
->
Unit
,
onClick
:
(
)
->
Unit
)