FCalendarStyleDelta.delta constructor
const
FCalendarStyleDelta.delta({
- FCalendarHeaderStyleDelta? headerStyle,
- FCalendarDayPickerStyleDelta? dayPickerStyle,
- FCalendarEntryStyleDelta? yearMonthPickerStyle,
- DecorationDelta? decoration,
- EdgeInsetsGeometryDelta? padding,
- Duration? pageAnimationDuration,
Creates a partial modification of a FCalendarStyle.
Parameters
- FCalendarStyle.headerStyle - The header's style.
- FCalendarStyle.dayPickerStyle - The day picker's style.
- FCalendarStyle.yearMonthPickerStyle - The year/month picker's style.
- FCalendarStyle.decoration - The decoration surrounding the header & picker.
- FCalendarStyle.padding - The padding surrounding the header & picker.
- FCalendarStyle.pageAnimationDuration - The duration of the page switch animation.
Implementation
const factory FCalendarStyleDelta.delta({
FCalendarHeaderStyleDelta? headerStyle,
FCalendarDayPickerStyleDelta? dayPickerStyle,
FCalendarEntryStyleDelta? yearMonthPickerStyle,
DecorationDelta? decoration,
EdgeInsetsGeometryDelta? padding,
Duration? pageAnimationDuration,
}) = _FCalendarStyleDelta;