includeSemantics property

bool includeSemantics
final

Include semantics information in this widget.

If true, this widget will include a Semantics node that indicates the SemanticsProperties.focusable and SemanticsProperties.focused properties.

It is not typical to set this to false, as that can affect the semantics information available to accessibility systems.

Defaults to true.

Implementation

final bool includeSemantics;