Compose Unstyled 2.0 is out! Check the official announcement blog ->
Function

fillMaxWidth

Specifies that the width of the element should expand to the size of its parent.

fillMaxWidth

Source set: Android
public fun GlanceModifier.fillMaxWidth(): GlanceModifier

Specifies that the width of the element should expand to the size of its parent. Note that if multiple elements within a linear container (e.g. Row or Column) have their width as fillMaxWidth, then they will all share the remaining space.

Last updated: