$FCalendarEntryStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FWidgetStateMap<Color>? backgroundColor, FWidgetStateMap<Color?>? borderColor, FWidgetStateMap<TextStyle>? textStyle, Radius? radius}) FCalendarEntryStyle

Available on FCalendarEntryStyle, provided by the $FCalendarEntryStyleTransformations extension

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

Available on FCalendarEntryStyle, provided by the $FCalendarEntryStyleTransformations extension

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