MetricUiModel

data class MetricUiModel(val text: String, val topRightText: String? = null, val bottomRightText: String? = null, val color: Color = Color.Unspecified)

Constructors

Link copied to clipboard
constructor(text: String, topRightText: String? = null, bottomRightText: String? = null, color: Color = Color.Unspecified)

Properties

Link copied to clipboard
val bottomRightText: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val topRightText: String? = null