$FAutocompleteContentStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({TextStyleDelta? emptyTextStyle, EdgeInsetsGeometry? padding, FCircularProgressStyleDelta? progressStyle, FAutocompleteSectionStyleDelta? sectionStyle, BoxDecorationDelta? decoration, ImageFilter Function(double)? barrierFilter()?, ImageFilter Function(double)? backgroundFilter()?, EdgeInsetsGeometry? viewInsets}) FAutocompleteContentStyle

Available on FAutocompleteContentStyle, provided by the $FAutocompleteContentStyleTransformations extension

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

Available on FAutocompleteContentStyle, provided by the $FAutocompleteContentStyleTransformations extension

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