maxDate property

DateTime maxDate
final

The latest date the user is permitted to pick.

This date must be on or after the minDate.

Note that only dates are considered. time fields are ignored.

Implementation

final DateTime maxDate;