tagsForChildren property

Iterable<SemanticsTag>? tagsForChildren

The set of tags that this configuration wants to add to all child SemanticsNodes.

See also:

Implementation

Iterable<SemanticsTag>? get tagsForChildren => _tagsForChildren;