XBCalendarDisplay constructor
XBCalendarDisplay({
- TextStyle? textStyleTitle,
- TextStyle? textStyleDoneBtn,
- TextStyle? textStyleScrollDate,
- double? dDoneBtnRadius,
- double? dDoneBtnHeight,
- Color? colorDoneBtnBg,
- Color? colorSelectedDateText,
- Color? colorSelectedDateBg,
- Color? colorTodayText,
- Color? colorSelectedTodayText,
- Color? colorInRangeDateText,
- Color? colorInRangeDateBg,
- Color? colorMark,
- Color? colorMarkSelected,
- Color? colorMarkInRange,
- Color? colorHMSUnit,
- double? dMarkSize,
- double? dDayRowGap,
- double? dDayHeight,
- 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,
});