elements property

List<Element> elements

All Element associated with the matched widgets

Implementation

List<Element> get elements =>
    _snapshot.discovered.map((e) => e.element).toList();