CellLabel

sealed class CellLabel

Describes the label of the cell

Inheritors

Types

Link copied to clipboard
data class Icon(val resId: Int, val tint: Int? = null) : CellLabel
Link copied to clipboard
data class Text(val text: String) : CellLabel