$FHeaderActionStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FVariantsDelta<FTappableVariantConstraint, FTappableVariant, IconThemeData, IconThemeDataDelta>? iconStyle, FFocusedOutlineStyleDelta? focusedOutlineStyle, FTappableStyleDelta? tappableStyle}) FHeaderActionStyle

Available on FHeaderActionStyle, provided by the $FHeaderActionStyleTransformations extension

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

Available on FHeaderActionStyle, provided by the $FHeaderActionStyleTransformations extension

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