tags property

Set<SemanticsTag>? tags
final

Tags used by the parent SemanticsNode to determine the layout of the semantics tree.

This value is assigned to SemanticsNode.tags during update.

Implementation

final Set<SemanticsTag>? tags;