PulseAnimationExtensions extension
- on
Methods
-
pulseAlt(
{int delay = 0, int duration = 500, bool repeat = true, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the PulseAnimationExtensions extension
Applies a distinct, two-stage bouncing scale animation (scale down -> scale up -> settle). -
pulseSimple(
{int delay = 0, int duration = 500, double scaleFactor = 1.2, bool repeat = true, bool reverse = true, bool autoPlay = true, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the PulseAnimationExtensions extension
Applies a simple, continuous pulsing (scale) animation to the widget.