$FDialogContentStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({TextStyle? titleTextStyle, TextStyle? bodyTextStyle, EdgeInsetsGeometry? padding, double? actionSpacing}) FDialogContentStyle

Available on FDialogContentStyle, provided by the $FDialogContentStyleTransformations extension

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

Available on FDialogContentStyle, provided by the $FDialogContentStyleTransformations extension

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