Flutter使用 WidgetSpan() 在 RichText() 内添加了一个小部件。 ... WidgetSpan( child: Icon(Icons.add, size: 14), ), TextSpan( text: " to add", ), ], ), )
確定! 回上一頁