PlaceholderSpanIndexSemanticsTag class

Used by the RenderParagraph to map its rendering children to their corresponding semantics nodes.

The RichText uses this to tag the relation between its placeholder spans and their semantics nodes.

Inheritance
Annotations

Constructors

PlaceholderSpanIndexSemanticsTag(int index)
Creates a semantics tag with the input index.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
index int
The index of this tag.
final
name String
A human-readable name for this tag used for debugging.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override