elementNotifier property

ValueNotifier<Set<Element>?>? elementNotifier
final

Contains the current set of all Elements created by RegisteredElementWidgets in the tree below this widget.

Note that if there is another RegistryWidget in this widget's subtree that registry, and not this one, will collect elements in its subtree.

Implementation

final ValueNotifier<Set<Element>?>? elementNotifier;