Flutter has WidgetSpan() to add a widget inside the RichText(). Example use: RichText( text: TextSpan( children: [ TextSpan( text: "Click ", ), WidgetSpan( ...
確定! 回上一頁