textSpan property
The text to display as a InlineSpan.
This will be null if data is provided instead.
Implementation
@override
InlineSpan? get textSpan => $value.textSpan;
The text to display as a InlineSpan.
This will be null if data is provided instead.
@override
InlineSpan? get textSpan => $value.textSpan;