$FCalendarStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FCalendarHeaderStyleDelta? headerStyle, FCalendarDayPickerStyleDelta? dayPickerStyle, FCalendarEntryStyleDelta? yearMonthPickerStyle, BoxDecorationDelta? decoration, EdgeInsetsGeometryDelta? padding, Duration? pageAnimationDuration}) FCalendarStyle

Available on FCalendarStyle, provided by the $FCalendarStyleTransformations extension

Returns a copy of this FCalendarStyle with the given properties replaced.
lerp(FCalendarStyle other, double t) FCalendarStyle

Available on FCalendarStyle, provided by the $FCalendarStyleTransformations extension

Linearly interpolate between this and another FCalendarStyle using the given factor t.