SemanticsTag constructor Null safety
- String name
Creates a SemanticsTag.
The provided name is only used for debugging. Two tags created with the
same name and the new
operator are not considered identical. However,
two tags created with the same name and the const
operator are always
identical.
Implementation
const SemanticsTag(this.name);