FCalendarDayPickerStyleDelta.delta constructor
const
FCalendarDayPickerStyleDelta.delta({
- TextStyleDelta? headerTextStyle,
- FCalendarEntryStyleDelta? current,
- FCalendarEntryStyleDelta? enclosing,
- int? startDayOfWeek,
- double? tileSize,
Creates a partial modification of a FCalendarDayPickerStyle.
Parameters
- FCalendarDayPickerStyle.headerTextStyle - The text style for the day of th week headers.
- FCalendarDayPickerStyle.current - The styles of dates in the current month.
- FCalendarDayPickerStyle.enclosing - The styles of dates in the enclosing months.
- FCalendarDayPickerStyle.startDayOfWeek - The starting day of the week.
- FCalendarDayPickerStyle.tileSize - The tile's size.
Implementation
const factory FCalendarDayPickerStyleDelta.delta({
TextStyleDelta? headerTextStyle,
FCalendarEntryStyleDelta? current,
FCalendarEntryStyleDelta? enclosing,
int? startDayOfWeek,
double? tileSize,
}) = _FCalendarDayPickerStyleDelta;