$FTooltipStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({DecorationDelta? decoration, ImageFilter? backgroundFilter = Sentinels.imageFilter, EdgeInsetsDelta? padding, TextStyleDelta? textStyle, Future<void> hapticFeedback()?, FTooltipMotionDelta? motion, Duration? hoverEnterDuration, Duration? hoverExitDuration, Duration? longPressExitDuration}) FTooltipStyle

Available on FTooltipStyle, provided by the $FTooltipStyleTransformations extension

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

Available on FTooltipStyle, provided by the $FTooltipStyleTransformations extension

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