tagsChildrenWith method

bool tagsChildrenWith(
  1. SemanticsTag tag
)

Whether this configuration will tag the child semantics nodes with a given SemanticsTag.

Implementation

bool tagsChildrenWith(SemanticsTag tag) => _tagsForChildren?.contains(tag) ?? false;