spanCount property
The number of spans in the RichText widget after the text has been analyzed.
Implementation
@visibleForTesting
int get spanCount => _spans.length;
The number of spans in the RichText widget after the text has been analyzed.
@visibleForTesting
int get spanCount => _spans.length;