ImageProperties

constructor(viewType: ViewType = ViewType.IMAGE, weight: Float = 0.0f, backgroundColor: String? = null, padding: Int = -1, borderRadius: Int = 2, alignment: ViewAlignment = ViewAlignment.NONE, fillMaxWidth: Boolean = false, fillMaxHeight: Boolean = false, clickable: String = "false", visible: String = "true", tint: String? = null, text: String? = null, imageConfig: ImageConfig? = null, size: Int? = null, shape: ImageShape? = null, textColor: String? = null, actions: List<ActionConfig> = emptyList())