Код: Выделить всё
IconButton(onClick = onClick) {
BadgedBox(
badge = {
Badge {
Text("2")
}
},
) {
Icon(
imageVector = Icons.Outlined.Notifications,
)
}
}

Подробнее здесь: https://stackoverflow.com/questions/780 ... iconbutton
Код: Выделить всё
IconButton(onClick = onClick) {
BadgedBox(
badge = {
Badge {
Text("2")
}
},
) {
Icon(
imageVector = Icons.Outlined.Notifications,
)
}
}
