TWCalendarDayNumberConfig constructor

TWCalendarDayNumberConfig({
  1. Widget? widgetHandler(
    1. int year,
    2. int month,
    3. int day,
    4. double size,
    5. bool isSelected,
    6. bool isToday,
    7. bool canSelected,
    8. bool isMinSelectedDays,
    9. bool isMaxSelectedDays,
    )?,
  2. Color? todayBackgroundColor,
  3. Color? minOrMaxSelectedBackgroundColor,
  4. Color? minOrMaxSelectedTitleColor,
  5. Color? todayTitleColor,
  6. Color? selectedBackgroundColor,
  7. Color? selectedTitleColor,
  8. Color? unSelectedTitleColor,
  9. Color? forbidSelectedTitleColor,
  10. double? itemMargin,
  11. double? fontSize,
  12. String? todyTitle,
  13. double? todayFontSize,
})

Implementation

TWCalendarDayNumberConfig({
  this.widgetHandler,
  this.todayBackgroundColor,
  this.minOrMaxSelectedBackgroundColor,
  this.minOrMaxSelectedTitleColor,
  this.todayTitleColor,
  this.selectedBackgroundColor,
  this.selectedTitleColor,
  this.unSelectedTitleColor,
  this.forbidSelectedTitleColor,
  this.itemMargin,
  this.fontSize,
  this.todyTitle,
  this.todayFontSize,
});