ZoomRatio

@Serializable
data class ZoomRatio(zoomRatio: Double?) : Update<ZoomRatio>

Properties

Link copied to clipboard
var zoomRatio: Double? = null