$FSelectSearchStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FTextFieldStyleDelta? fieldStyle, FDividerStyleDelta? dividerStyle, FCircularProgressStyleDelta? progressStyle}) FSelectSearchStyle

Available on FSelectSearchStyle, provided by the $FSelectSearchStyleTransformations extension

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

Available on FSelectSearchStyle, provided by the $FSelectSearchStyleTransformations extension

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