$FAlertStylesTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FAlertStyle primary(FAlertStyle style)?, FAlertStyle destructive(FAlertStyle style)?}) FAlertStyles

Available on FAlertStyles, provided by the $FAlertStylesTransformations extension

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

Available on FAlertStyles, provided by the $FAlertStylesTransformations extension

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