DatePickerConstraints

constructor(minDate: LocalDate? = null, maxDate: LocalDate? = null)

Parameters

minDate

The earliest selectable date, inclusive. Pass null to omit the lower bound.

maxDate

The latest selectable date, inclusive. Pass null to omit the upper bound.