CalendarState
data class CalendarState(val params: CalendarParams, val selection: CalendarSelection = CalendarSelection.None, val cells: CalendarCells = CalendarCells(params, selection))
Constructors
Link copied to clipboard
constructor(params: CalendarParams, selection: CalendarSelection = CalendarSelection.None, cells: CalendarCells = CalendarCells(params, selection))