$FSliderStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FWidgetStateMap<Color>? activeColor, FWidgetStateMap<Color>? inactiveColor, BorderRadius? borderRadius, double? crossAxisExtent, double? thumbSize, FSliderThumbStyle thumbStyle(FSliderThumbStyle style)?, FSliderMarkStyle markStyle(FSliderMarkStyle style)?, FTooltipStyle tooltipStyle(FTooltipStyle style)?, FTooltipMotion tooltipMotion(FTooltipMotion motion)?, AlignmentGeometry? tooltipTipAnchor, AlignmentGeometry? tooltipThumbAnchor, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle>? labelTextStyle, FWidgetStateMap<TextStyle>? descriptionTextStyle, TextStyle? errorTextStyle}) FSliderStyle

Available on FSliderStyle, provided by the $FSliderStyleTransformations extension

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

Available on FSliderStyle, provided by the $FSliderStyleTransformations extension

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