🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

FlowColumnScope

Scope for the children of FlowColumn.

Source set: Common
public interface FlowColumnScope : ColumnScope

Scope for the children of FlowColumn.

Functions

fillMaxColumnWidth

Source set: Common
public fun Modifier.fillMaxColumnWidth(
        @FloatRange(from = 0.0, to = 1.0) fraction: Float = 1f
    ): Modifier

Have the item fill (possibly only partially) the max width of the widest item in the column it was placed in, within the FlowColumn.

Example usage:

Parameters

fraction The fraction of the max width of the widest item between 0 and 1, inclusive.