firstDate property

DateTime? firstDate
final

This is the earliest date a user can select.

If null, this will default to DateTime.now().

Implementation

final DateTime? firstDate;