showSixWeeksForEveryMonth property

bool showSixWeeksForEveryMonth
final

Forces Table to have 6 Rows, even when month would fit in 5.

If false the calendar will only show 6 weeks for months that need it. The height of the calendar will be calculated for 6 weeks to avoid jumping when the month changes from a month with 5 weeks to one with 6. If true the calendar will show 6 weeks for every month.

Default value: true

Implementation

final bool showSixWeeksForEveryMonth;