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