WidgetSpan allow to add your own widget as a part of text. like this : RichText( text: TextSpan( children: <TextSpan>[ TextSpan(text: _text, ...
確定! 回上一頁