animation property
The Listenable supplied to the constructor (typically an Animation).
Also accessible through the listenable getter.
See also:
- ListenableBuilder, a widget with similar functionality commonly used with Listenables (such as ChangeNotifier) for better readability when the animation isn't an Animation.
Implementation
Listenable get animation => super.listenable;