$FMultiSelectStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FVariantsDelta<FTextFieldSizeVariantConstraint, FTextFieldSizeVariant, FMultiSelectFieldStyle, FMultiSelectFieldStyleDelta>? fieldStyles, FSelectSearchStyleDelta? searchStyle, FSelectContentStyleDelta? contentStyle, TextStyleDelta? emptyTextStyle}) FMultiSelectStyle

Available on FMultiSelectStyle, provided by the $FMultiSelectStyleTransformations extension

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

Available on FMultiSelectStyle, provided by the $FMultiSelectStyleTransformations extension

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