CalendarText constructor
const
CalendarText({
- String createText = "Create",
- String week = "Week",
- String clickClose = "Click to Close",
- String overview = "Overview",
- String extra = "Other",
- String errorMessage = "an error occurred",
- CalendarTextWeekDays weekdays = const CalendarTextWeekDays(),
- CalendarTextMonths months = const CalendarTextMonths(),
Implementation
const CalendarText({
this.createText = "Create",
this.week = "Week",
this.clickClose = "Click to Close",
this.overview = "Overview",
this.extra = "Other",
this.errorMessage = "an error occurred",
this.weekdays = const CalendarTextWeekDays(),
this.months = const CalendarTextMonths(),
});