containsText property
Substring match against SemanticsNode.label or Text.data: matches
the first node whose label / data CONTAINS the supplied substring
(case-sensitive). Use when the visible label is dynamic and text's
exact-match is too brittle, e.g. counters, timestamps, plurals.
Implementation
final String? containsText;