minDate property

DateTime minDate
final

The earliest date the user is permitted to pick.

This date must be on or before the maxDate.

Note that only year & month are considered. time & day fields are ignored.

Implementation

final DateTime minDate;