$FCalendarStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FCalendarHeaderStyleDelta? headerStyle, FCalendarDayPickerStyleDelta? dayPickerStyle, FCalendarMonthPickerStyleDelta? monthPickerStyle, FCalendarYearPickerStyleDelta? yearPickerStyle, FPickerStyleDelta? wheelPickerStyle, DecorationDelta? decoration, EdgeInsetsGeometryDelta? padding}) 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.