Returns a text span based on this rich text
TextSpan toTextSpans([TextStyle? style = const TextStyle(color: Colors.black)]) { return _toTextSpans(style); }