days property

List<DateTime> days

Implementation

List<DateTime> get days =>
    generateMonth(widget.monthDateTime.toLocal(), widget.firstWeekday);