@override void onDrawEnd(Canvas canvas) { canvas.save(); canvas.translate(width / 2, height / 2); drawClickNode(canvas); canvas.restore(); }