listenables property

List<Listenable> listenables
final

listenables could be ScrollController and alike, in order for the arrows to repaint when moving in a scrollable widget.

Implementation

final List<Listenable> listenables;