$FAlertStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecoration? decoration, EdgeInsetsGeometry? padding, IconThemeData? iconStyle, TextStyle? titleTextStyle, TextStyle? subtitleTextStyle}) FAlertStyle

Available on FAlertStyle, provided by the $FAlertStyleTransformations extension

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

Available on FAlertStyle, provided by the $FAlertStyleTransformations extension

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