WidgetSpan 允许您将任何Flutter 小部件与文本内联放置。 例如: RichText( text: TextSpan( style: Theme.of(context).textTheme.body1, children: [ TextSpan(text: ...
確定! 回上一頁