TextUnitSize

data class TextUnitSize(val width: TextUnit, val height: TextUnit)(source)

Describes the size of an element rendered inline with text.

Constructors

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

Properties

Link copied to clipboard

THe height of the element.

Link copied to clipboard

The width of the element.