CalendarStyle constructor
CalendarStyle({})
Implementation
CalendarStyle({
this.backgroundColor,
this.headerColor,
this.dateTextStyle,
this.hourTextStyle,
this.eventTitleTextStyle,
this.eventDescriptionTextStyle,
this.loadingIndicatorColor,
this.timeIndicatorColor,
this.todayIndicatorColor,
});