$FTooltipStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecorationDelta? decoration, ImageFilter? backgroundFilter = imageFilterSentinel, EdgeInsets? padding, TextStyleDelta? textStyle}) 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.