SfDateRangePickerThemeData.raw constructor
const
SfDateRangePickerThemeData.raw({
- required Brightness? brightness,
- required Color? backgroundColor,
- required TextStyle? viewHeaderTextStyle,
- required TextStyle? headerTextStyle,
- required TextStyle? trailingDatesTextStyle,
- required TextStyle? leadingCellTextStyle,
- required TextStyle? activeDatesTextStyle,
- required TextStyle? cellTextStyle,
- required TextStyle? rangeSelectionTextStyle,
- required Color? rangeSelectionColor,
- required TextStyle? leadingDatesTextStyle,
- required TextStyle? disabledDatesTextStyle,
- required TextStyle? disabledCellTextStyle,
- required Color? selectionColor,
- required TextStyle? selectionTextStyle,
- required Color? startRangeSelectionColor,
- required Color? endRangeSelectionColor,
- required Color? headerBackgroundColor,
- required Color? viewHeaderBackgroundColor,
- required Color? weekNumberBackgroundColor,
- required TextStyle? blackoutDatesTextStyle,
- required Color? todayHighlightColor,
- required TextStyle? todayTextStyle,
- required TextStyle? todayCellTextStyle,
- required TextStyle? weekendDatesTextStyle,
- required TextStyle? specialDatesTextStyle,
- required 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.raw(
{required this.brightness,
required this.backgroundColor,
required this.viewHeaderTextStyle,
required this.headerTextStyle,
required this.trailingDatesTextStyle,
required this.leadingCellTextStyle,
required this.activeDatesTextStyle,
required this.cellTextStyle,
required this.rangeSelectionTextStyle,
required this.rangeSelectionColor,
required this.leadingDatesTextStyle,
required this.disabledDatesTextStyle,
required this.disabledCellTextStyle,
required this.selectionColor,
required this.selectionTextStyle,
required this.startRangeSelectionColor,
required this.endRangeSelectionColor,
required this.headerBackgroundColor,
required this.viewHeaderBackgroundColor,
required this.weekNumberBackgroundColor,
required this.blackoutDatesTextStyle,
required this.todayHighlightColor,
required this.todayTextStyle,
required this.todayCellTextStyle,
required this.weekendDatesTextStyle,
required this.specialDatesTextStyle,
required this.weekNumberTextStyle});