HijriDatePickerYearCellStyle constructor

const HijriDatePickerYearCellStyle({
  1. TextStyle? textStyle,
  2. TextStyle? todayTextStyle,
  3. TextStyle? disabledDatesTextStyle,
  4. Decoration? cellDecoration,
  5. Decoration? todayCellDecoration,
  6. Decoration? disabledDatesDecoration,
})

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

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

Implementation

const HijriDatePickerYearCellStyle({
  this.textStyle,
  this.todayTextStyle,
  this.disabledDatesTextStyle,
  this.cellDecoration,
  this.todayCellDecoration,
  this.disabledDatesDecoration,
});