$FPopoverMenuStyleTransformations extension
Methods
-
copyWith(
{FItemGroupStyle itemGroupStyle(FItemGroupStyle style)?, FTileGroupStyle tileGroupStyle(FTileGroupStyle style)?, double? maxWidth, BoxDecoration? decoration, ImageFilter barrierFilter(double)?, ImageFilter backgroundFilter(double)?, EdgeInsetsGeometry? viewInsets}) → FPopoverMenuStyle -
Available on FPopoverMenuStyle, provided by the $FPopoverMenuStyleTransformations extension
Returns a copy of this FPopoverMenuStyle with the given properties replaced. -
lerp(
FPopoverMenuStyle other, double t) → FPopoverMenuStyle -
Available on FPopoverMenuStyle, provided by the $FPopoverMenuStyleTransformations extension
Linearly interpolate between this and another FPopoverMenuStyle using the given factort
.