SeniorCalendarStyle constructor

const SeniorCalendarStyle({
  1. Color? activeHeaderButtonIconColor,
  2. Color? backgroundColor,
  3. Color? bottomTextColor,
  4. Color? dayColor,
  5. Color? headerButtonBorderColor,
  6. Color? headerTextColor,
  7. Color? inactiveHeaderButtonIconColor,
  8. Color? nextMonthDaysBackgroundColor,
  9. Color? nextMonthDaysColor,
  10. Color? previousMonthDaysBackgroundColor,
  11. Color? previousMonthDaysColor,
  12. Color? selectedDayBackgroundColor,
  13. Color? selectedDayColor,
  14. Color? todayBackgroundColor,
  15. Color? todayColor,
  16. Color? topLineColor,
  17. Color? topTextColor,
  18. Color? weekDaysColor,
  19. Color? colorCircleDefaultMarkedDay,
  20. Color? colorSquareDefaultMarkedDay,
  21. Color? colorTriangleDefaultMarkedDay,
  22. Color? colorTriangleDownDefaultMarkedDay,
  23. Color? colorGestureBottom,
  24. Color? colorRangeHighlightBackground,
  25. Color? colorDaysRangeHighlight,
})

Style definitions for the SeniorCalendar component.

Implementation

const SeniorCalendarStyle({
  this.activeHeaderButtonIconColor,
  this.backgroundColor,
  this.bottomTextColor,
  this.dayColor,
  this.headerButtonBorderColor,
  this.headerTextColor,
  this.inactiveHeaderButtonIconColor,
  this.nextMonthDaysBackgroundColor,
  this.nextMonthDaysColor,
  this.previousMonthDaysBackgroundColor,
  this.previousMonthDaysColor,
  this.selectedDayBackgroundColor,
  this.selectedDayColor,
  this.todayBackgroundColor,
  this.todayColor,
  this.topLineColor,
  this.topTextColor,
  this.weekDaysColor,
  this.colorCircleDefaultMarkedDay,
  this.colorSquareDefaultMarkedDay,
  this.colorTriangleDefaultMarkedDay,
  this.colorTriangleDownDefaultMarkedDay,
  this.colorGestureBottom,
  this.colorRangeHighlightBackground,
  this.colorDaysRangeHighlight,
});