Size

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

Set a required width and height for an item.

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