YearDropDownCustomizer constructor

const YearDropDownCustomizer({
  1. YearHeaderCustomizer? yearHeaderCustomizer,
  2. YearButtonCustomizer? yearButtonCustomizer,
  3. WidgetCbYearHeader? yearHeaderBuilder,
  4. WidgetCbYearButton? yearButtonBuilder,
  5. double expandedYearHeight = 200,
  6. double? expandedYearWidth,
  7. bool expandYearInitially = false,
})

Implementation

const YearDropDownCustomizer({
  this.yearHeaderCustomizer,
  this.yearButtonCustomizer,
  this.yearHeaderBuilder,
  this.yearButtonBuilder,
  this.expandedYearHeight = 200,
  this.expandedYearWidth,
  this.expandYearInitially = false,
});