semanticContainer property

bool semanticContainer
final

Whether this widget represents a single semantic container, or if false a collection of individual semantic nodes.

Defaults to true.

Setting this flag to true will attempt to merge all child semantics into this node. Setting this flag to false will force all child semantic nodes to be explicit.

This flag should be false if the card contains multiple different types of content.

Implementation

final bool semanticContainer;