$FItemStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({ShapeBorder? shape = Sentinels.shapeBorder, FVariantsValueDelta<FTappableVariantConstraint, FTappableVariant, Color?, Delta>? backgroundColor, EdgeInsetsGeometryDelta? margin, FVariantsDelta<FTappableVariantConstraint, FTappableVariant, Decoration, DecorationDelta>? decoration, FItemContentStyleDelta? contentStyle, FRawItemContentStyleDelta? rawItemContentStyle, FTappableStyleDelta? tappableStyle, FFocusedOutlineStyle? focusedOutlineStyle = Sentinels.focusedOutlineStyle}) FItemStyle

Available on FItemStyle, provided by the $FItemStyleTransformations extension

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

Available on FItemStyle, provided by the $FItemStyleTransformations extension

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