在Flutter 中想要繪圖的話,可以繼承CustomPainter,它有兩個方法必須實作 ... void paint(Canvas canvas, Size size) { var paint = Paint() ..color = Colors.
確定! 回上一頁