listenable property

  1. @override
Listenable listenable
override

The Listenable supplied to the constructor (typically an Animation).

Also accessible through the animation getter.

See also:

Implementation

//
// Overridden getter to replace with documentation tailored to
// ListenableBuilder.
@override
Listenable get listenable => super.listenable;