spans property

List<TextSpan>? spans
final

富文本内容。详见 TextSpanTextSpan 元素默认会使用 textColortextSizetextStyletextWeight 的配置。

Rich text content. See TextSpan for more details. The TextSpan element uses the configuration of textColor, textSize, textStyle, textWeight by default.

Implementation

final List<TextSpan>? spans;