alwaysIncludeSemantics property

bool alwaysIncludeSemantics
final

Whether the semantic information of the children is always included.

Defaults to false.

When true, regardless of the opacity settings the sliver child's semantic information is exposed as if the widget were fully visible. This is useful in cases where labels may be hidden during animations that would otherwise contribute relevant semantics.

Implementation

final bool alwaysIncludeSemantics;