currentDate property
DateTime
get
currentDate
Returns the current visible week's first date.
Implementation
DateTime get currentDate => DateTime(
_currentStartDate.year, _currentStartDate.month, _currentStartDate.day);