DefaultWidgetSelectors<W extends Widget> extension

on

Methods

whereDepth(MatchProp<int> match) WidgetSelector<W>
whereKey(MatchProp<Key> match) WidgetSelector<W>
withDepth(int value) WidgetSelector<W>
withKey(Key? value) WidgetSelector<W>