Size
@Immutable inline class Size
A two dimensional size using Dp for units
Summary
Public constructors
|
A two dimensional size using Dp for units
|
Properties
|
Dp |
The vertical aspect of the size in Dp.
|
Dp |
The horizontal aspect of the size in Dp.
|
Public constructors
<init>
Size(value: Long)
A two dimensional size using Dp for units
Public methods
toString
fun toString(): String
Properties
height
val height: Dp
The vertical aspect of the size in Dp.
width
val width: Dp
The horizontal aspect of the size in Dp.