read-only
If 'container' is true, this Widget will introduce a new node in the semantics tree. Otherwise, the semantics will be merged with the semantics of any ancestors.
The 'container' flag is implicitly set to true on the immediate semantics-providing descendants of a node where multiple children have semantics or have descendants providing semantics. In other words, the semantics of siblings are not merged. To merge the semantics of an entire subtree, including siblings, you can use a MergeSemantics widget.