excludeFromSemantics property

bool? excludeFromSemantics
final

Whether the tooltip's message should be excluded from the semantics tree.

Defaults to false. A tooltip will add a Semantics label that is set to MongolTooltip.message. Set this property to true if the app is going to provide its own custom semantics label.

Implementation

final bool? excludeFromSemantics;