spanCount property

  1. @visibleForTesting
int get spanCount

The number of spans in the RichText widget after the text has been analyzed.

Implementation

@visibleForTesting
int get spanCount => _spans.length;