MonthCustomizer constructor

MonthCustomizer({
  1. double montMinhHeight = 300,
  2. double? monthMinWidth,
  3. bool scrollToSelectedMonth = false,
  4. bool shrinkYearDropDownOnScroll = true,
  5. double mainAxisSpacing = 20,
  6. double crossAxisSpacing = 20,
  7. EdgeInsetsGeometry padding = EdgeInsets.zero,
  8. MonthButtonCustomizer? monthButtonCustomizer,
  9. WidgetCbMonthButton? monthButtonBuilder,
  10. MonthHeaderCustomizer? monthHeaderCustomizer,
  11. WeidgetCbMonthHeader? monthHeaderBuilder,
  12. WidgetCbMonthWeek? monthWeekBuilder,
  13. MonthWeekCustomizer? monthWeekCustomizer,
})

CUstomiser class for month

Implementation

MonthCustomizer({
  this.montMinhHeight = 300,
  this.monthMinWidth,
  this.scrollToSelectedMonth = false,
  this.shrinkYearDropDownOnScroll = true,
  this.mainAxisSpacing = 20,
  this.crossAxisSpacing = 20,
  this.padding = EdgeInsets.zero,
  this.monthButtonCustomizer,
  this.monthButtonBuilder,
  this.monthHeaderCustomizer,
  this.monthHeaderBuilder,
  this.monthWeekBuilder,
  this.monthWeekCustomizer,
});