text property

String? text
final

The text displayed in this widget.

When RichText includes widget using WidgetSpan, it is included in the string as 'object replacement character' (0xFFFC) which looks like a whitespace in many fonts

Implementation

final String? text;