responder property

Iterable<ValueListenable?> Function() responder
final

Produces a list of Pods to listen to. This gets called recursively each time any of the Pods in the returned list change.

Implementation

final Iterable<ValueListenable<dynamic>?> Function() responder;