Icon

data class Icon(val resId: Int, val tint: Int? = null) : CellLabel

Constructors

Link copied to clipboard
constructor(resId: Int, tint: Int? = null)

Properties

Link copied to clipboard
val resId: Int
Link copied to clipboard
val tint: Int? = null