void _drawText(Canvas canvas, centerX, centerY, text, style) { final textSpan = TextSpan( text: text, style: style, ); final textPainter ...
確定! 回上一頁