Composable Component

BadgedBox

Material Design badge box.

BadgedBox social preview
Source set: Common

Added in 1.5.0-alpha17

@Composable
fun BadgedBox(
    badge: @Composable BoxScope.() -> Unit,
    modifier: Modifier = Modifier,
    content: @Composable BoxScope.() -> Unit,
)

Parameters

badge the badge to be displayed - typically a Badge
modifier the Modifier to be applied to this BadgedBox
content the anchor to which this badge will be positioned