tagsChildrenWith method
- SemanticsTag tag
Whether this configuration will tag the child semantics nodes with a given SemanticsTag.
Implementation
bool tagsChildrenWith(SemanticsTag tag) => _tagsForChildren?.contains(tag) ?? false;
Whether this configuration will tag the child semantics nodes with a given SemanticsTag.
bool tagsChildrenWith(SemanticsTag tag) => _tagsForChildren?.contains(tag) ?? false;