CalendarFlutterAj constructor

const CalendarFlutterAj({
  1. Key? key,
  2. required void selectedDate(
    1. DateTime
    ),
  3. Widget? backArrow,
  4. Gradient? calenderGradient,
  5. Color? calenderSelectedDateBackgroundcolor,
  6. Color? calenderSelectedDateColor,
  7. double? calenderSelectedDateFontSize,
  8. BorderRadius? calenderSelectedDateBorderRadius,
  9. TextStyle? dayTextStyle,
  10. Widget? forwardArrow,
  11. Gradient? monthGradient,
  12. TextStyle? monthTextStyle,
  13. TextStyle? weekdaysTextStyle,
  14. Gradient? yearGradient,
  15. TextStyle? yearTextStyle,
  16. Color? calenderBackgroundColor,
  17. Color? monthBackgroundColor,
  18. Color? yearBackgroundColor,
  19. Color? calenderUnSelectedDatesColor,
  20. String? yearPopHeadingText,
  21. TextStyle? yearPopHeadingTextStyle,
  22. TextStyle? yearsListTextStyle,
  23. String? monthPopHeadingText,
  24. TextStyle? monthPopHeadingTextStyle,
  25. TextStyle? monthsListTextStyle,
  26. bool? showCalenderGradient = false,
  27. bool? showMonthGradient = false,
  28. bool? showYearGradient = false,
  29. bool? showCalenderSelectedDateBackgroundcolor = false,
  30. Color? dividerColor,
  31. Color? selectedDayColor,
  32. Widget? selectedDayWidget,
})

Implementation

const CalendarFlutterAj({
  super.key,
  required this.selectedDate,
  this.backArrow,
  this.calenderGradient,
  this.calenderSelectedDateBackgroundcolor,
  this.calenderSelectedDateColor,
  this.calenderSelectedDateFontSize,
  this.calenderSelectedDateBorderRadius,
  this.dayTextStyle,
  this.forwardArrow,
  this.monthGradient,
  this.monthTextStyle,
  this.weekdaysTextStyle,
  this.yearGradient,
  this.yearTextStyle,
  this.calenderBackgroundColor,
  this.monthBackgroundColor,
  this.yearBackgroundColor,
  this.calenderUnSelectedDatesColor,
  this.yearPopHeadingText,
  this.yearPopHeadingTextStyle,
  this.yearsListTextStyle,
  this.monthPopHeadingText,
  this.monthPopHeadingTextStyle,
  this.monthsListTextStyle,
  this.showCalenderGradient = false,
  this.showMonthGradient = false,
  this.showYearGradient = false,
  this.showCalenderSelectedDateBackgroundcolor = false,
  this.dividerColor,
  this.selectedDayColor,
  this.selectedDayWidget,
});