DateRangePickerYearCellStyle constructor

const DateRangePickerYearCellStyle({
  1. TextStyle? textStyle,
  2. TextStyle? todayTextStyle,
  3. TextStyle? leadingDatesTextStyle,
  4. TextStyle? disabledDatesTextStyle,
  5. Decoration? cellDecoration,
  6. Decoration? todayCellDecoration,
  7. Decoration? disabledDatesDecoration,
  8. Decoration? leadingDatesDecoration,
})

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

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

Implementation

const DateRangePickerYearCellStyle(
    {this.textStyle,
    this.todayTextStyle,
    this.leadingDatesTextStyle,
    this.disabledDatesTextStyle,
    this.cellDecoration,
    this.todayCellDecoration,
    this.disabledDatesDecoration,
    this.leadingDatesDecoration});