$FPopoverStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecoration? decoration, ImageFilter barrierFilter(double)?, ImageFilter backgroundFilter(double)?, EdgeInsetsGeometry? viewInsets}) 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.