FCalendarYearPickerStyle constructor
const
FCalendarYearPickerStyle({
- required FCalendarYearStyles yearStyles,
- required Size yearSize,
- double headerSpacing = 6,
- double yearSpacing = 4,
Creates a FCalendarYearPickerStyle.
Implementation
const FCalendarYearPickerStyle({
required this.yearStyles,
required this.yearSize,
this.headerSpacing = 6,
this.yearSpacing = 4,
});