ignoringSemantics property

bool? ignoringSemantics
final

Whether the semantics of this render object is ignored when compiling the semantics tree.

If null, defaults to the value of absorbing.

See SemanticsNode for additional information about the semantics tree.

Implementation

final bool? ignoringSemantics;