$FItemGroupStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecorationDelta? decoration, double? spacing, FVariantsValueDelta<FItemGroupVariantConstraint, FItemGroupVariant, Color, Delta>? dividerColor, double? dividerWidth, FVariantsDelta<FItemVariantConstraint, FItemVariant, FItemStyle, FItemStyleDelta>? itemStyles}) FItemGroupStyle

Available on FItemGroupStyle, provided by the $FItemGroupStyleTransformations extension

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

Available on FItemGroupStyle, provided by the $FItemGroupStyleTransformations extension

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