$FSelectContentStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FSelectSectionStyleDelta? sectionStyle, FSelectScrollHandleStyleDelta? scrollHandleStyle, EdgeInsetsGeometry? padding, BoxDecorationDelta? decoration, ImageFilter Function(double)? barrierFilter()?, ImageFilter Function(double)? backgroundFilter()?, EdgeInsetsGeometry? viewInsets}) FSelectContentStyle

Available on FSelectContentStyle, provided by the $FSelectContentStyleTransformations extension

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

Available on FSelectContentStyle, provided by the $FSelectContentStyleTransformations extension

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