CellInfo

constructor(disabled: Boolean = false, status: CellStatus? = null, label: CellLabel = CellLabel.Text(""), style: CellStatusStyle = CellStatusStyle.Label)

Parameters

disabled

marks this date as disabled – it cannot be chosen as a selection boundary

status

adds colouring behaviour to the cell

label

adds the label to the bottom of the cell

style

determines how colouring will work for this cell