FCalendarYearMonthPickerStyle constructor

FCalendarYearMonthPickerStyle({
  1. required FCalendarEntryStyle enabledStyle,
  2. required FCalendarEntryStyle disabledStyle,
})

Creates a new year/month picker style.

Implementation

FCalendarYearMonthPickerStyle({required this.enabledStyle, required this.disabledStyle});