tranform property
RSTransform
get
tranform
Implementation
RSTransform get tranform => RSTransform.fromComponents(
rotation: rotation,
scale: scale,
anchorX: texture.width * originX,
anchorY: texture.height * originY,
translateX: x,
translateY: y,
);