Flutter 的RichText能实现一段文本应用不同的样式。 @override Widget build(BuildContext context) { return RichText( text: TextSpan( text: 'This ...
確定! 回上一頁