$FAutocompleteContentStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({TextStyle? emptyTextStyle, EdgeInsetsGeometry? padding, FCircularProgressStyle progressStyle(FCircularProgressStyle style)?, FAutocompleteSectionStyle sectionStyle(FAutocompleteSectionStyle style)?}) 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.