Kepko
Toggle table of contents
1.3.5
common
Target filter
common
Switch theme
Search in API
Skip to content
Kepko
component
/
glass.yasan.kepko.component
/
KeyValue
Key
Value
@
Composable
fun
KeyValue
(
key
:
String
,
value
:
String
,
modifier
:
Modifier
=
Modifier
,
containerColor
:
Color
=
KepkoTheme.colors.foreground
,
leadingValueIcon
:
Painter
?
=
null
,
trailingValueIcon
:
Painter
?
=
null
,
onValueClick
:
(
)
->
Unit
?
=
null
)