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 dates are considered. time fields are ignored.

Implementation

final DateTime minDate;