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