text method
Finds Text and EditableText widgets containing string equal to text
.
Implementation
SerializableFinder text(String text) => ByText(text);
Finds Text and EditableText widgets containing string equal to text
.
SerializableFinder text(String text) => ByText(text);