Interface

FlowRowScope

Scope for the children of FlowRow.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
@LayoutScopeMarker
interface FlowRowScope : RowScope

Scope for the children of FlowRow.

Functions

fillMaxRowHeight

@ExperimentalLayoutApi
    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.

Parameters

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