Grow

data class Grow(val value: Double)

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

Grow increases 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-grow

Constructors

Link copied to clipboard
constructor(value: Double)

Properties

Link copied to clipboard