currentDate property

DateTime? currentDate
final

The date to which the picker will consider as current date. e.g (today). If not specified, the picker will default to DateTime.now() date.

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

Implementation

final DateTime? currentDate;