FlexBoxScope

Scope for FlexBox content — provides Modifier.flexItem to configure per-child flex properties.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun Modifier.flexItem(style: FlexItemStyle = FlexItemStyle()): Modifier

Attaches style to this composable so that the parent FlexBox can read it during layout.