textSpan property

TextSpan? textSpan
final

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;