$FToastStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxConstraints? constraints, BoxDecorationDelta? decoration, ImageFilter? backgroundFilter = imageFilterSentinel, EdgeInsetsGeometry? padding, IconThemeDataDelta? iconStyle, double? iconSpacing, TextStyleDelta? titleTextStyle, double? titleSpacing, TextStyleDelta? descriptionTextStyle, double? suffixSpacing, FToastMotionDelta? motion}) FToastStyle

Available on FToastStyle, provided by the $FToastStyleTransformations extension

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

Available on FToastStyle, provided by the $FToastStyleTransformations extension

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