How to rotate / scale around a reference point in flutter/dart?
I have a CustomPaint
which I pass a object, derived from CustomPainter
. In its paint()
method I get a Canvas
to which I draw an image.
How to rotate / scale around a reference point in flutter/dart?
I have a CustomPaint
which I pass a object, derived from CustomPainter
. In its paint()
method I get a Canvas
to which I draw an image.