The text to display.
This will be null if a textSpan is provided instead.
@override String? get data => super.data == null ? null : Characters(super.data!).toList().join("\u{200B}");