listenable property
override
The Listenable supplied to the constructor (typically an Animation).
Also accessible through the animation getter.
See also:
- ListenableBuilder, a widget with identical functionality commonly used with non-animation Listenables for readability.
Implementation
//
// Overridden getter to replace with documentation tailored to
// ListenableBuilder.
@override
Listenable get listenable => super.listenable;