FCalendarYearPickerStyle constructor

const FCalendarYearPickerStyle({
  1. required FCalendarYearStyles yearStyles,
  2. required Size yearSize,
  3. double headerSpacing = 6,
  4. double yearSpacing = 4,
})

Implementation

const FCalendarYearPickerStyle({
  required this.yearStyles,
  required this.yearSize,
  this.headerSpacing = 6,
  this.yearSpacing = 4,
});