whereDepth method

  1. @useResult
WidgetSelector<W> whereDepth(
  1. MatchProp<int> match
)

Implementation

@useResult
WidgetSelector<W> whereDepth(MatchProp<int> match) {
  return withDiagnosticProp<int>('depth', match);
}