toggle menu
Mobile UI
0.4.0
common
switch theme
search in API
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.component
/
ToggleInfoTextButton
Toggle
Info
Text
Button
@
Composable
fun
ToggleInfoTextButton
(
sectionState
:
SectionState
,
shrinkLabelText
:
String
,
expandLabelText
:
String
,
onClick
:
(
newSectionState
:
SectionState
)
->
Unit
)