CalendarTextWeekDays constructor
const
CalendarTextWeekDays({})
Implementation
const CalendarTextWeekDays({
this.monday = "Monday",
this.tuesday = "Tuesday",
this.wednesday = "Wednesday",
this.thursday = "Thursday",
this.friday = "Friday",
this.saturday = "Saturday",
this.sunday = "Sunday",
});