textSpan property
The styled text span to display.
Either data or textSpan must be non-null, but not both. Used when constructing with the SelectableText.rich constructor.
Implementation
final TextSpan? textSpan;
The styled text span to display.
Either data or textSpan must be non-null, but not both. Used when constructing with the SelectableText.rich constructor.
final TextSpan? textSpan;