Shrink

data class Shrink(val value: Double)

Configure how much of the remaining space in the layout should be assigned to this item.

Shrink decreases the amount of remaining space to assign to this item. value must be non-negative (i.e. >= 0).

https://developer.mozilla.org/en-US/docs/Web/CSS/flex-shrink

Constructors

Link copied to clipboard
constructor(value: Double)

Properties

Link copied to clipboard