currentDate property

DateTime currentDate

Returns the current visible week's first date.

Implementation

DateTime get currentDate => DateTime(
    _currentStartDate.year, _currentStartDate.month, _currentStartDate.day);