tagsForChildren property Null safety
The set of tags that this configuration wants to add to all child SemanticsNodes.
See also:
- addTagForChildren to add a tag and for more information about their usage.
Implementation
Iterable<SemanticsTag>? get tagsForChildren => _tagsForChildren;