$FCalendarDayStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({TextStyleDelta? textStyle, DecorationDelta? foreground, DecorationDelta? background}) FCalendarDayStyle

Available on FCalendarDayStyle, provided by the $FCalendarDayStyleTransformations extension

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

Available on FCalendarDayStyle, provided by the $FCalendarDayStyleTransformations extension

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