$FCalendarHeaderStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FFocusedOutlineStyleDelta? focusedOutlineStyle, FButtonStyleDelta? buttonStyle, TextStyleDelta? headerTextStyle, double? headerIconSize, Widget previousIcon(BuildContext, {String? semanticsLabel})?, Widget toggleIcon(BuildContext, {String? semanticsLabel})?, Widget nextIcon(BuildContext, {String? semanticsLabel})?, 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.