bySemanticsLabel method Null safety
- Pattern label
Finds widgets with the given semantics label
.
Implementation
SerializableFinder bySemanticsLabel(Pattern label) => BySemanticsLabel(label);
Finds widgets with the given semantics label
.
SerializableFinder bySemanticsLabel(Pattern label) => BySemanticsLabel(label);