Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class PickerDateDialogModel(var positiveButton: TextModel? = null, var positiveButtonListener: (localDate: LocalDate) -> Unit? = null, var initialDate: LocalDate = LocalDate.now(), var initialDisplayMode: InitialDisplayMode = InitialDisplayMode.PICK_DATE, var yearsRange: IntRange = LocalDate.now().year - 100..LocalDate.now().year, var selectableDates: SelectableDates? = null, var negativeButton: TextModel? = null, var negativeButtonListener: () -> Unit? = null, var cancelable: Boolean = true, var onDismiss: () -> Unit? = null)