toggle menu
Mobile UI
0.4.0
common
switch theme
search in API
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.component
/
ExpandableItemColumn
Expandable
Item
Column
@
Composable
fun
<
T
>
ExpandableItemColumn
(
modifier
:
Modifier
=
Modifier
,
itemList
:
List
<
T
>
,
itemSpacing
:
Dp
=
Spacing16
,
contentPadding
:
Dp
=
Spacing16
,
itemLayout
:
@
Composable
(
T
,
itemVerticalPadding
:
Dp
,
onSizeChanged
:
(
IntSize
)
->
Unit
)
->
Unit
)