excludeSemantics property

bool excludeSemantics
final

Whether to replace all child semantics with this node.

Defaults to false.

When this flag is set to true, all child semantics nodes are ignored. This can be used as a convenience for cases where a child is wrapped in an ExcludeSemantics widget and then another Semantics widget.

Implementation

final bool excludeSemantics;