$FSelectSectionStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FVariantsDelta<FSelectSectionVariantConstraint, FSelectSectionVariant, TextStyle, TextStyleDelta>? labelTextStyle, EdgeInsetsGeometryDelta? labelPadding, FVariantsValueDelta<FSelectSectionVariantConstraint, FSelectSectionVariant, Color, Delta>? dividerColor, double? dividerWidth, FItemStyleDelta? itemStyle}) FSelectSectionStyle

Available on FSelectSectionStyle, provided by the $FSelectSectionStyleTransformations extension

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

Available on FSelectSectionStyle, provided by the $FSelectSectionStyleTransformations extension

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