toggle menu
Orbit Compose
android
switch theme
search in API
ui
/
kiwi.orbit.compose.ui.controls
/
Tag
Tag
@
Composable
fun
Tag
(
modifier
:
Modifier
=
Modifier
,
selected
:
Boolean
=
false
,
active
:
Boolean
=
false
,
onSelect
:
(
)
->
Unit
?
=
null
,
onRemove
:
(
)
->
Unit
?
=
null
,
removeContentDescription
:
String
=
stringResource(R.string.orbit_cd_tag_remove)
,
content
:
@
Composable
RowScope
.
(
)
->
Unit
)