text property

String? text
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;