DateRangePickerYearCellStyle constructor
const
DateRangePickerYearCellStyle({
- TextStyle? textStyle,
- TextStyle? todayTextStyle,
- TextStyle? leadingDatesTextStyle,
- TextStyle? disabledDatesTextStyle,
- Decoration? cellDecoration,
- Decoration? todayCellDecoration,
- Decoration? disabledDatesDecoration,
- 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});