textSpan property

  1. @override
TextSpan? textSpan
override

The text to display as a InlineSpan.

This will be null if data is provided instead.

Implementation

@override
TextSpan? get textSpan => null;