WidgetSelectorProp<W extends Widget> extension

Allows narrowing down the search to widgets that match a specific properties

Please use the newer version of this extension PropSelectorQueries instead.

on

Methods

withProp<T>({Subject<T> elementSelector(Subject<Element>)?, Subject<T> widgetSelector(Subject<W>)?, required MatchProp<T> match}) WidgetSelector<W>
Filters all elements that match the selector