$FSliderMarkStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FVariantsValueDelta<FSliderVariantConstraint, FSliderVariant, Color, Delta>? tickColor, double? tickSize, FVariantsDelta<FSliderVariantConstraint, FSliderVariant, TextStyle, TextStyleDelta>? labelTextStyle, AlignmentGeometry? labelAnchor, double? labelOffset}) FSliderMarkStyle

Available on FSliderMarkStyle, provided by the $FSliderMarkStyleTransformations extension

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

Available on FSliderMarkStyle, provided by the $FSliderMarkStyleTransformations extension

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