Dimensions

@Serializable
data class Dimensions(val width: Float?, val height: Float?)

Represents the width and height of the element.

Constructors

Link copied to clipboard
constructor(width: Float?, height: Float?)

Properties

Link copied to clipboard
Link copied to clipboard
val width: Float?