showAllMonths property
Whether to show all 12 months regardless of lastDate restriction.
When true, all months are displayed even if they exceed lastDate.
When false, months are filtered based on lastDate (e.g., if current month is November,
only months up to November will be shown).
Defaults to false.
Implementation
final bool showAllMonths;