ComponentSize

data class ComponentSize(val width: Dp, val height: Dp)

Represents the size of a component.

Parameters

width

The width of the component.

height

The height of the component.

Constructors

Link copied to clipboard
constructor(width: Dp, height: Dp)

Properties

Link copied to clipboard
val height: Dp
Link copied to clipboard
val width: Dp