MultipazProject
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
MultipazProject
multipaz-compose
/
org.multipaz.compose.cards
/
CardBadge
Card
Badge
data
class
CardBadge
(
val
text
:
String
,
val
color
:
Color
)
A badge to be displayed on a card.
Members
Constructors
Card
Badge
Link copied to clipboard
constructor
(
text
:
String
,
color
:
Color
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
color
Link copied to clipboard
val
color
:
Color
the color of the badge.
text
Link copied to clipboard
val
text
:
String
the text to display.