listenable property

Listenable listenable
final

The Listenable to which this widget is listening.

Commonly an Animation or a ChangeNotifier.

Implementation

final Listenable listenable;