textSpan property

  1. @override
InlineSpan? get textSpan
override

The text to display as a InlineSpan.

This will be null if data is provided instead.

Implementation

@override
InlineSpan? get textSpan => $value.textSpan;