TextSpan span = new TextSpan(style: new TextStyle(color: Colors.blue[800]), text: name); TextPainter tp = new TextPainter(text: span, ...
確定! 回上一頁