$FPopoverStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({DecorationDelta? decoration, ImageFilter barrierFilter(BuildContext context, double animation)? = Sentinels.imageFilterFunction, ImageFilter backgroundFilter(BuildContext context, double animation)? = Sentinels.imageFilterFunction, EdgeInsetsGeometryDelta? popoverPadding, FPortalArrowStyleDelta? arrowStyle, FPopoverMotionDelta? motion}) → FPopoverStyle

Available on FPopoverStyle, provided by the $FPopoverStyleTransformations extension

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

Available on FPopoverStyle, provided by the $FPopoverStyleTransformations extension

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