$FToastStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxConstraints? constraints, BoxDecoration? decoration, ImageFilter? backgroundFilter, EdgeInsetsGeometry? padding, IconThemeData? iconStyle, double? iconSpacing, TextStyle? titleTextStyle, double? titleSpacing, TextStyle? descriptionTextStyle, double? suffixSpacing, FToastMotion motion(FToastMotion 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.