ChildFilter constructor

ChildFilter(
  1. List<WidgetSelector<Widget>> childSelectors
)

Constructs a ChildFilter with a list of WidgetSelectors for matching child elements.

Implementation

ChildFilter(this.childSelectors) : assert(childSelectors.isNotEmpty);