scaleTransform method
Scaling transformation, sx
and sy
are the scaling factors of the x-axis and y-axis coordinates respectively.
Implementation
T scaleTransform({required double sx, required double sy}) =>
_fromList(self.scaleTransform(sx: sx, sy: sy));