container property
finalinherited
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 (if the ancestor allows that).
Whether descendants of this widget can add their semantic information to the
SemanticsNode introduced by this configuration is controlled by
explicitChildNodes
.
Implementation
final bool container;