DateRangePickerMonthCellStyle constructor
const
DateRangePickerMonthCellStyle({
- @Deprecated('Use selectionColor property in SfDateRangePicker') Color? selectionColor,
- @Deprecated('Use startRangeSelectionColor property in SfDateRangePicker') Color? startRangeSelectionColor,
- @Deprecated('Use endRangeSelectionColor property in SfDateRangePicker') Color? endRangeSelectionColor,
- @Deprecated('Use rangeSelectionColor property in SfDateRangePicker') Color? rangeSelectionColor,
- TextStyle? textStyle,
- TextStyle? todayTextStyle,
- TextStyle? trailingDatesTextStyle,
- TextStyle? leadingDatesTextStyle,
- @Deprecated('Use selectionTextStyle property in SfDateRangePicker') TextStyle? selectionTextStyle,
- TextStyle? disabledDatesTextStyle,
- TextStyle? blackoutDateTextStyle,
- TextStyle? weekendTextStyle,
- TextStyle? specialDatesTextStyle,
- Decoration? specialDatesDecoration,
- Decoration? blackoutDatesDecoration,
- Decoration? cellDecoration,
- Decoration? todayCellDecoration,
- Decoration? disabledDatesDecoration,
- Decoration? trailingDatesDecoration,
- Decoration? leadingDatesDecoration,
- @Deprecated('Use rangeTextStyle property in SfDateRangePicker') TextStyle? rangeTextStyle,
- 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 SfDateRangePicker.
Implementation
const DateRangePickerMonthCellStyle(
{@Deprecated('Use selectionColor property in SfDateRangePicker')
// ignore: deprecated_member_use, deprecated_member_use_from_same_package
this.selectionColor,
@Deprecated('Use startRangeSelectionColor property in SfDateRangePicker')
// ignore: deprecated_member_use, deprecated_member_use_from_same_package
this.startRangeSelectionColor,
@Deprecated('Use endRangeSelectionColor property in SfDateRangePicker')
// ignore: deprecated_member_use, deprecated_member_use_from_same_package
this.endRangeSelectionColor,
@Deprecated('Use rangeSelectionColor property in SfDateRangePicker')
// ignore: deprecated_member_use, deprecated_member_use_from_same_package
this.rangeSelectionColor,
this.textStyle,
this.todayTextStyle,
this.trailingDatesTextStyle,
this.leadingDatesTextStyle,
@Deprecated('Use selectionTextStyle property in SfDateRangePicker')
// ignore: deprecated_member_use, deprecated_member_use_from_same_package
this.selectionTextStyle,
this.disabledDatesTextStyle,
this.blackoutDateTextStyle,
this.weekendTextStyle,
this.specialDatesTextStyle,
this.specialDatesDecoration,
this.blackoutDatesDecoration,
this.cellDecoration,
this.todayCellDecoration,
this.disabledDatesDecoration,
this.trailingDatesDecoration,
this.leadingDatesDecoration,
@Deprecated('Use rangeTextStyle property in SfDateRangePicker')
// ignore: deprecated_member_use, deprecated_member_use_from_same_package
this.rangeTextStyle,
this.weekendDatesDecoration});