$FSelectSearchStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FTextFieldStyle textFieldStyle(FTextFieldStyle style)?, IconThemeData? iconStyle, FDividerStyle dividerStyle(FDividerStyle style)?, FCircularProgressStyle progressStyle(FCircularProgressStyle style)?}) 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.