Badge

data class Badge(type: String?, text: String?, color: String?, background: String?, border: String?)

Parameters

type
text
color
background
border

Constructors

Link copied to clipboard
fun Badge(type: String? = null, text: String? = null, color: String? = null, background: String? = null, border: String? = null)

Properties

Link copied to clipboard
val background: String? = null
Link copied to clipboard
val border: String? = null
Link copied to clipboard
val color: String? = null
Link copied to clipboard
val text: String? = null
Link copied to clipboard
val type: String? = null