HijriDatePickerMonthCellStyle constructor
const
HijriDatePickerMonthCellStyle({
- TextStyle? textStyle,
- TextStyle? todayTextStyle,
- TextStyle? disabledDatesTextStyle,
- TextStyle? blackoutDateTextStyle,
- TextStyle? weekendTextStyle,
- TextStyle? specialDatesTextStyle,
- Decoration? specialDatesDecoration,
- Decoration? blackoutDatesDecoration,
- Decoration? cellDecoration,
- Decoration? todayCellDecoration,
- Decoration? disabledDatesDecoration,
- 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});