$FSelectStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FTextFieldStyleDelta? fieldStyle, FSelectSearchStyleDelta? searchStyle, FSelectContentStyleDelta? contentStyle, TextStyleDelta? emptyTextStyle}) FSelectStyle

Available on FSelectStyle, provided by the $FSelectStyleTransformations extension

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

Available on FSelectStyle, provided by the $FSelectStyleTransformations extension

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