$FHeaderStylesTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FHeaderStyle rootStyle(FHeaderStyle style)?, FHeaderStyle nestedStyle(FHeaderStyle style)?}) FHeaderStyles

Available on FHeaderStyles, provided by the $FHeaderStylesTransformations extension

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

Available on FHeaderStyles, provided by the $FHeaderStylesTransformations extension

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