FCalendarYearMonthPickerStyle constructor
FCalendarYearMonthPickerStyle({
- required FCalendarEntryStyle enabledStyle,
- required FCalendarEntryStyle disabledStyle,
Creates a new year/month picker style.
Implementation
FCalendarYearMonthPickerStyle({required this.enabledStyle, required this.disabledStyle});