Column.getLinearGrowthWidth

Gets the width up to which the child will be allocated all the available width and starting from which it will be allocated a portion of the available width. In bith cases the allocated width won't exceed the declared maximum.

class Column
int
getLinearGrowthWidth
(
)

Return Value

Type: int

the width up to which the child will be allocated all the available width.

Meta