$FAutocompleteSectionStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FVariantsDelta<FAutocompleteSectionVariantConstraint, FAutocompleteSectionVariant, TextStyle, TextStyleDelta>? labelTextStyle, EdgeInsetsGeometry? labelPadding, FVariantsValueDelta<FItemGroupVariantConstraint, FItemGroupVariant, Color, Delta>? dividerColor, double? dividerWidth, FItemStyleDelta? itemStyle}) 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.