Syncfusion Flutter widgets libraries include high quality UI widgets and file-format packages to help you create rich, high-quality applications for iOS, Android, and web from a single code base.
Allow me to change the height of the calendar area or change the height of the monthCell when I write CalendarView.month.
Now when I change numberOfWeeksInView, the calendar area and the height of monthCell are fixed, so the height of monthCell is different.
For example, if I set numberOfWeeksInView to 1, I would like the height of the calendar area to be reduced
Use case
Allow me to change the height of the calendar area or change the height of the monthCell when I write CalendarView.month. Now when I change numberOfWeeksInView, the calendar area and the height of monthCell are fixed, so the height of monthCell is different.
For example, if I set numberOfWeeksInView to 1, I would like the height of the calendar area to be reduced
Proposal
ex. MonthCellStyle(height: 90)