textSpan property

  1. @override
InlineSpan? textSpan
final

The text to display as a InlineSpan.

This will be null if data is provided instead.

Implementation

@override
final InlineSpan? textSpan;