syncfusion / flutter-widgets

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.
1.6k stars 783 forks source link

CalendarView.month type custom height #2160

Open leehwarang opened 2 weeks ago

leehwarang commented 2 weeks ago

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)