currentDate property Null safety
final
The currentDate represents the current day (i.e. today).
This date will be highlighted in the day grid.
If null, the date of DateTime.now() will be used.
Implementation
final DateTime? currentDate;