$FDialogStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({DecorationDelta? decoration, TextStyleDelta? titleTextStyle, TextStyleDelta? bodyTextStyle, Future<void> slidePressHapticFeedback()?, ImageFilter backgroundFilter(BuildContext context, double animation)? = Sentinels.imageFilterFunction, EdgeInsetsGeometryDelta? insetPadding, FDialogMotionDelta? 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.