$FAutocompleteSectionStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FWidgetStateMap<TextStyle>? labelTextStyle, EdgeInsetsGeometry? labelPadding, FWidgetStateMap<Color>? dividerColor, double? dividerWidth, FItemStyle itemStyle(FItemStyle style)?}) FAutocompleteSectionStyle

Available on FAutocompleteSectionStyle, provided by the $FAutocompleteSectionStyleTransformations extension

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

Available on FAutocompleteSectionStyle, provided by the $FAutocompleteSectionStyleTransformations extension

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