currentDate property
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;
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.
final DateTime? currentDate;