$FSliderStylesTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FSliderStyle horizontalStyle(FSliderStyle style)?, FSliderStyle verticalStyle(FSliderStyle style)?}) FSliderStyles

Available on FSliderStyles, provided by the $FSliderStylesTransformations extension

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

Available on FSliderStyles, provided by the $FSliderStylesTransformations extension

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