ListenEffectExtensions<T extends AnimateManager<T>> extension

Adds ListenEffect related extensions to AnimateManager.

on
  • T

Methods

listen({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, required ValueChanged<double> callback, bool clamp = true}) → T
Adds a ListenEffect that calls a callback function with its current animation value between begin and end.