DayCell constructor
const
DayCell({})
Implementation
const DayCell({
Key? key,
this.number = '1',
this.currentDay = false,
this.selectedDay = false,
this.isWeekend = false,
this.dayInMonth = true,
this.onTap,
this.cellDecorator,
this.showOutOfMonthCells = false,
required this.dateTime,
this.currentDayDec,
}) : super(key: key);