CalendarStyle constructor
CalendarStyle({
- required BoxDecoration todayDecoration,
- required BoxDecoration selectedDecoration,
Implementation
CalendarStyle({
required this.todayDecoration,
required this.selectedDecoration,
});