dialog

fun dialog(dialogState: DialogState, value: LocalDate, onValueChange: (date: LocalDate) -> Unit, firstDayOfWeek: DayOfWeek = DayOfWeek.MONDAY, formatter: (date: LocalDate) -> String = { // comes from the ComposeDialog library defaultFormatterSelectedDate(it) }, title: String, icon: @Composable () -> Unit? = null)