kanalytics-lib
Toggle table of contents
1.1.0
common
Platform filter
common
Switch theme
Search in API
kanalytics-lib
kanalytics-viewer
/
com.addhen.kanalytics.viewer.app.shared.ui.component
/
Preference
Preference
@
Composable
fun
Preference
(
title
:
String
,
modifier
:
Modifier
=
Modifier
,
onClick
:
(
)
->
Unit
=
{}
,
summary
:
@
Composable
(
)
->
Unit
?
=
null
,
control
:
@
Composable
RowScope
.
(
)
->
Unit
?
=
null
)