childSelectors property

List<WidgetSelector<Widget>> childSelectors
final

A list of WidgetSelectors used to match child elements of the widget tree nodes.

The filter checks each candidate node to see if its children satisfy the conditions defined in these selectors.

Implementation

final List<WidgetSelector> childSelectors;