To paint in Flutter you use the CustomPaint widget. If you don't give it a child, you should set the size. ... textPainter.paint(canvas, offset);
確定! 回上一頁