debugCandidates property

List<Element> debugCandidates
final

All widgets from scope that were checked by selector

Only ever use this for debugging purposes, the number of candidates can vary

Implementation

final List<Element> debugCandidates;