HijriDatePickerMonthCellStyle constructor

const HijriDatePickerMonthCellStyle({
  1. TextStyle? textStyle,
  2. TextStyle? todayTextStyle,
  3. TextStyle? disabledDatesTextStyle,
  4. TextStyle? blackoutDateTextStyle,
  5. TextStyle? weekendTextStyle,
  6. TextStyle? specialDatesTextStyle,
  7. Decoration? specialDatesDecoration,
  8. Decoration? blackoutDatesDecoration,
  9. Decoration? cellDecoration,
  10. Decoration? todayCellDecoration,
  11. Decoration? disabledDatesDecoration,
  12. Decoration? weekendDatesDecoration,
})

Creates a date range picker month cell style for date range picker.

The properties allows to customize the month cells in month view of SfHijriDateRangePicker.

Implementation

const HijriDatePickerMonthCellStyle(
    {this.textStyle,
    this.todayTextStyle,
    this.disabledDatesTextStyle,
    this.blackoutDateTextStyle,
    this.weekendTextStyle,
    this.specialDatesTextStyle,
    this.specialDatesDecoration,
    this.blackoutDatesDecoration,
    this.cellDecoration,
    this.todayCellDecoration,
    this.disabledDatesDecoration,
    this.weekendDatesDecoration});