Applies this transform to a point.
Offset apply(Offset point) { return Offset( point.dx * scale + translateX, point.dy * scale + translateY, ); }