text property Null safety
final
The text contained in this span.
If both text and children are non-null, the text will precede the children.
This getter does not include the contents of its children.
Implementation
final String? text;
The text contained in this span.
If both text and children are non-null, the text will precede the children.
This getter does not include the contents of its children.
final String? text;