SfDateRangePickerThemeData constructor
const
SfDateRangePickerThemeData({
- Color? backgroundColor,
- TextStyle? viewHeaderTextStyle,
- TextStyle? headerTextStyle,
- TextStyle? trailingDatesTextStyle,
- TextStyle? leadingCellTextStyle,
- TextStyle? activeDatesTextStyle,
- TextStyle? cellTextStyle,
- TextStyle? rangeSelectionTextStyle,
- Color? rangeSelectionColor,
- TextStyle? leadingDatesTextStyle,
- TextStyle? disabledDatesTextStyle,
- TextStyle? disabledCellTextStyle,
- Color? selectionColor,
- TextStyle? selectionTextStyle,
- Color? startRangeSelectionColor,
- Color? endRangeSelectionColor,
- Color? headerBackgroundColor,
- Color? viewHeaderBackgroundColor,
- Color? weekNumberBackgroundColor,
- TextStyle? blackoutDatesTextStyle,
- Color? todayHighlightColor,
- TextStyle? todayTextStyle,
- TextStyle? todayCellTextStyle,
- TextStyle? weekendDatesTextStyle,
- TextStyle? specialDatesTextStyle,
- TextStyle? weekNumberTextStyle,
Create a SfDateRangePickerThemeData given a set of exact values. All the values must be specified.
This will rarely be used directly. It is used by lerp to create intermediate themes based on two themes created with the SfDateRangePickerThemeData constructor.
Implementation
const SfDateRangePickerThemeData(
{this.backgroundColor,
this.viewHeaderTextStyle,
this.headerTextStyle,
this.trailingDatesTextStyle,
this.leadingCellTextStyle,
this.activeDatesTextStyle,
this.cellTextStyle,
this.rangeSelectionTextStyle,
this.rangeSelectionColor,
this.leadingDatesTextStyle,
this.disabledDatesTextStyle,
this.disabledCellTextStyle,
this.selectionColor,
this.selectionTextStyle,
this.startRangeSelectionColor,
this.endRangeSelectionColor,
this.headerBackgroundColor,
this.viewHeaderBackgroundColor,
this.weekNumberBackgroundColor,
this.blackoutDatesTextStyle,
this.todayHighlightColor,
this.todayTextStyle,
this.todayCellTextStyle,
this.weekendDatesTextStyle,
this.specialDatesTextStyle,
this.weekNumberTextStyle});