findByKey method

BrownfieldSelection findByKey(
  1. String key
)

Selects descendants by exact existing widget key.

Implementation

BrownfieldSelection findByKey(String key) => root.findByKey(key);