toggle menu
Orbit Compose
android
switch theme
search in API
ui
/
kiwi.orbit.compose.ui.controls
/
BadgeBundleBasic
Badge
Bundle
Basic
@
Composable
fun
BadgeBundleBasic
(
modifier
:
Modifier
=
Modifier
,
icon
:
@
Composable
RowScope
.
(
)
->
Unit
=
{}
,
content
:
@
Composable
RowScope
.
(
)
->
Unit
)