Size

data class Size(width: Long?, height: Long?, ratio: Double?)

Parameters

width
height
ratio

Constructors

Link copied to clipboard
fun Size(width: Long? = null, height: Long? = null, ratio: Double? = null)

Properties

Link copied to clipboard
val height: Long? = null
Link copied to clipboard
val ratio: Double? = null
Link copied to clipboard
val width: Long? = null