OpticalSizePoint

data class OpticalSizePoint<T>(val shortestDimension: Dp, val value: T)

Associates a value with a positive shortest dimension.

Parameters

shortestDimension

The positive shortest dimension at which value applies.

value

The value to resolve at shortestDimension.

Constructors

Link copied to clipboard
constructor(shortestDimension: Dp, value: T)

Properties

Link copied to clipboard
Link copied to clipboard
val value: T