$FCalendarHeaderStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FFocusedOutlineStyleDelta? focusedOutlineStyle, FButtonStyleDelta? buttonStyle, TextStyleDelta? headerTextStyle, Duration? animationDuration}) FCalendarHeaderStyle

Available on FCalendarHeaderStyle, provided by the $FCalendarHeaderStyleTransformations extension

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

Available on FCalendarHeaderStyle, provided by the $FCalendarHeaderStyleTransformations extension

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