$FToastStyleCopyWith extension

Provides a copyWith method.

on

Methods

copyWith({Duration? enterExitDuration, Curve? enterCurve, Curve? exitCurve, double? entranceExitOpacity, Duration? transitionDuration, Curve? transitionCurve, Duration? swipeCompletionDuration, Curve? swipeCompletionCurve, BoxConstraints? constraints, BoxDecoration? decoration, ImageFilter? backgroundFilter, EdgeInsetsGeometry? padding, IconThemeData? iconStyle, double? iconSpacing, TextStyle? titleTextStyle, double? titleSpacing, TextStyle? descriptionTextStyle, double? suffixSpacing}) FToastStyle

Available on FToastStyle, provided by the $FToastStyleCopyWith extension

Returns a copy of this FToastStyle with the given properties replaced.