$FButtonStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FVariantsDelta<FTappableVariantConstraint, FTappableVariant, BoxDecoration, BoxDecorationDelta>? decoration, FButtonContentStyleDelta? contentStyle, FButtonIconContentStyleDelta? iconContentStyle, FTappableStyleDelta? tappableStyle, FFocusedOutlineStyleDelta? focusedOutlineStyle}) FButtonStyle

Available on FButtonStyle, provided by the $FButtonStyleTransformations extension

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

Available on FButtonStyle, provided by the $FButtonStyleTransformations extension

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