Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
ui
/
com.michaelflisar.toolbox.feature.infos
Package-level
declarations
Types
Functions
Types
Info
State
Link copied to clipboard
class
InfoState
Functions
Infos
Link copied to clipboard
@
Composable
fun
Infos
(
modifier
:
Modifier
=
Modifier
,
autoScroll
:
MutableState
<
Boolean
>
=
remember { mutableStateOf(true) }
,
infos
:
InfoState
)
remember
Infos
Link copied to clipboard
@
Composable
fun
rememberInfos
(
)
:
InfoState