$FSelectContentStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FSelectSectionStyle sectionStyle(FSelectSectionStyle style)?, FSelectScrollHandleStyle scrollHandleStyle(FSelectScrollHandleStyle style)?, EdgeInsetsGeometry? padding}) 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.