bySemanticsLabel method

SerializableFinder bySemanticsLabel(
  1. Pattern label
)

Finds widgets with the given semantics label.

Implementation

SerializableFinder bySemanticsLabel(Pattern label) => BySemanticsLabel(label);