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