CardBadge

data class CardBadge(val text: String, val color: Color)

A badge to be displayed on a card.

Constructors

Link copied to clipboard
constructor(text: String, color: Color)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the color of the badge.

Link copied to clipboard

the text to display.