$FDialogStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({ImageFilter backgroundFilter(double)?, BoxDecoration? decoration, EdgeInsetsGeometry? insetPadding, FDialogContentStyle horizontalStyle(FDialogContentStyle style)?, FDialogContentStyle verticalStyle(FDialogContentStyle style)?, FDialogMotion motion(FDialogMotion motion)?}) FDialogStyle

Available on FDialogStyle, provided by the $FDialogStyleTransformations extension

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

Available on FDialogStyle, provided by the $FDialogStyleTransformations extension

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