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

FlowRowScope

Scope for the children of FlowRow.

Source set: Common
public interface FlowRowScope : RowScope

Scope for the children of FlowRow.

Functions

fillMaxRowHeight

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

Have the item fill (possibly only partially) the max height of the tallest item in the row it was placed in, within the FlowRow.

Example usage:

Parameters

fraction The fraction of the max height of the tallest item between 0 and 1, inclusive.