📜  Flutter 富文本 - Dart 代码示例

📅  最后修改于: 2022-03-11 14:48:08.385000             🧑  作者: Mango

代码示例3
RichText(    text: TextSpan(        style: TextStyle(color: Colors.black, fontSize: 18),        children: textSpans,    ),  )