$FTooltipStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecoration? decoration, ImageFilter? backgroundFilter, EdgeInsets? padding, TextStyle? 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.