CalendarConfig constructor
const
CalendarConfig({})
Implementation
const CalendarConfig({
this.sameDay = 'Today at LT',
this.nextDay = 'Tomorrow at LT',
this.nextWeek = 'dddd at LT',
this.lastDay = 'Yesterday at LT',
this.lastWeek = 'Last dddd at LT',
this.sameElse = 'L',
});