$FSliderThumbStyleTransformations extension
Methods
-
copyWith(
{FWidgetStateMap< Color> ? color, FWidgetStateMap<Color> ? borderColor, double? borderWidth, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?}) → FSliderThumbStyle -
Available on FSliderThumbStyle, provided by the $FSliderThumbStyleTransformations extension
Returns a copy of this FSliderThumbStyle with the given properties replaced. -
lerp(
FSliderThumbStyle other, double t) → FSliderThumbStyle -
Available on FSliderThumbStyle, provided by the $FSliderThumbStyleTransformations extension
Linearly interpolate between this and another FSliderThumbStyle using the given factort
.