Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
ui
/
com.michaelflisar.toolbox.feature.infos
/
Infos
Infos
@
Composable
fun
Infos
(
modifier
:
Modifier
=
Modifier
,
autoScroll
:
MutableState
<
Boolean
>
=
remember { mutableStateOf(true) }
,
infos
:
InfoState
)