Width

@Serializable
data class Width(width: Int?) : Update<Width>

Properties

Link copied to clipboard
var width: Int? = null