{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

FlowRowScope

@LayoutScopeMarker
@ExperimentalLayoutApi
public interface FlowRowScope extends RowScope


Scope for the children of FlowRow.

Summary

Inherited methods

From androidx.compose.foundation.layout.RowScope
abstract @NonNull Modifier
orgKt.align(
    @NonNull Modifier receiver,
    @NonNull Alignment.Vertical alignment
)

Align the element vertically within the Row.

abstract @NonNull Modifier
orgKt.alignBy(
    @NonNull Modifier receiver,
    @NonNull Function1<@NonNull Measured, @NonNull Integer> alignmentLineBlock
)

Position the element vertically such that the alignment line for the content as determined by alignmentLineBlock aligns with sibling elements also configured to alignBy.

abstract @NonNull Modifier
orgKt.alignBy(
    @NonNull Modifier receiver,
    @NonNull HorizontalAlignmentLine alignmentLine
)

Position the element vertically such that its alignmentLine aligns with sibling elements also configured to alignBy.

abstract @NonNull Modifier

Position the element vertically such that its first baseline aligns with sibling elements also configured to alignByBaseline or alignBy.

abstract @NonNull Modifier
orgKt.weight(@NonNull Modifier receiver, float weight, boolean fill)

Size the element's width proportional to its weight relative to other weighted sibling elements in the Row.