CalendarOptions constructor
CalendarOptions({})
Implementation
CalendarOptions(
{this.toggleViewType = false,
this.viewType = ViewType.MONTHLY,
this.headerMonthBackColor,
this.headerMonthShadowColor,
this.headerMonthElevation,
this.headerMonthShape,
this.font = '',
this.bottomSheetBackColor = Colors.white,
this.weekStartDate,
this.weekEndDate});