how to use rich text in flutter. RichText( text: TextSpan( style: TextStyle(color: Colors.black, fontSize: 36), children: <TextSpan>[ TextSpan(text: 'Woolha ...
確定! 回上一頁