ImageTransformation

fun ImageTransformation(    rotationInDegree: Int = 0,     cropRectangle: Rect? = null,     imageUrl: String? = null,     imageId: String? = null)