flexGrow

open fun flexGrow(flexGrow: Float): T

If the sum of childrens' main axis dimensions is less than the minimum size, how much should this component grow? This value represents the "flex grow factor" and determines how much this component should grow along the main axis in relation to any other flexible children. See https://yogalayout.dev/docs/flex for more information.

Default: 0