jvm Size¶ @Immutable data class Size(val width: Int = 0, val height: Int = 0) Constructors¶ Size¶ constructor(width: Int = 0, height: Int = 0) Properties¶ height¶ val height: Int width¶ val width: Int