$FToasterStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({double? max, EdgeInsetsGeometry? padding, FToasterExpandBehavior? expandBehavior, Duration? expandHoverEnterDuration, Duration? expandHoverExitDuration, double? expandStartSpacing, double? expandSpacing, double? collapsedProtrusion, double? collapsedScale, FToasterMotion motion(FToasterMotion motion)?, FToastAlignment? toastAlignment, FToastStyle toastStyle(FToastStyle style)?}) FToasterStyle

Available on FToasterStyle, provided by the $FToasterStyleTransformations extension

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

Available on FToasterStyle, provided by the $FToasterStyleTransformations extension

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