XBCalendarDisplay constructor

XBCalendarDisplay({
  1. TextStyle? textStyleTitle,
  2. TextStyle? textStyleDoneBtn,
  3. TextStyle? textStyleScrollDate,
  4. double? dDoneBtnRadius,
  5. double? dDoneBtnHeight,
  6. Color? colorDoneBtnBg,
  7. Color? colorSelectedDateText,
  8. Color? colorSelectedDateBg,
  9. Color? colorTodayText,
  10. Color? colorSelectedTodayText,
  11. Color? colorInRangeDateText,
  12. Color? colorInRangeDateBg,
  13. Color? colorMark,
  14. Color? colorMarkSelected,
  15. Color? colorMarkInRange,
  16. Color? colorHMSUnit,
  17. double? dMarkSize,
  18. double? dDayRowGap,
  19. double? dDayHeight,
  20. double? dDayRadius,
})

Implementation

XBCalendarDisplay({
  this.textStyleTitle,
  this.textStyleDoneBtn,
  this.textStyleScrollDate,
  this.dDoneBtnRadius,
  this.dDoneBtnHeight,
  this.colorDoneBtnBg,
  this.colorSelectedDateText,
  this.colorSelectedDateBg,
  this.colorTodayText,
  this.colorSelectedTodayText,
  this.colorInRangeDateText,
  this.colorInRangeDateBg,
  this.colorMark,
  this.colorMarkSelected,
  this.colorMarkInRange,
  this.colorHMSUnit,
  this.dMarkSize,
  this.dDayRowGap,
  this.dDayHeight,
  this.dDayRadius,
});