excludeFromSemantics property

bool? excludeFromSemantics
final

Whether the Tooltip.message should be excluded from the semantics tree.

By default, Tooltips will add a Semantics label that is set to Tooltip.message. Set this property to true if the app is going to provide its own custom semantics label.

Implementation

final bool? excludeFromSemantics;