LengthPercentage

data class LengthPercentage(value: Float, val type: LengthPercentageType)

Constructors

Link copied to clipboard
constructor()
constructor(value: Float, type: LengthPercentageType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun resolve(referenceLength: Float): Float