$FToasterStyleCopyWith extension
Provides a copyWith
method.
Methods
-
copyWith(
{double? max, EdgeInsetsGeometry? padding, FToasterExpandBehavior? expandBehavior, Duration? expandHoverEnterDuration, Duration? expandHoverExitDuration, double? expandStartSpacing, double? expandSpacing, Duration? expandDuration, Curve? expandCurve, double? collapsedProtrusion, double? collapsedScale, FToastAlignment? toastAlignment, FToastStyle toastStyle(FToastStyle)?}) → FToasterStyle -
Available on FToasterStyle, provided by the $FToasterStyleCopyWith extension
Returns a copy of this FToasterStyle with the given properties replaced.