$FMultiSelectStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FMultiSelectFieldStyle fieldStyle(FMultiSelectFieldStyle style)?, FMultiSelectTagStyle tagStyle(FMultiSelectTagStyle style)?, FPopoverStyle popoverStyle(FPopoverStyle style)?, FSelectSearchStyle searchStyle(FSelectSearchStyle style)?, FSelectContentStyle contentStyle(FSelectContentStyle style)?, TextStyle? 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.