Length

Types

Link copied to clipboard
class Percent(val value: Double) : Length
Link copied to clipboard
class Pixels(val value: Double) : Length
Link copied to clipboard

Properties

Link copied to clipboard
abstract override val value: Double

Functions

Link copied to clipboard
abstract override fun toString(): String