We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4310ec1 commit faa4916Copy full SHA for faa4916
common/src/jsMain/kotlin/com/huanshankeji/compose/foundation/layout/Column.js.kt
@@ -42,6 +42,7 @@ actual interface ColumnScope {
42
@FloatRange(from = 0.0, fromInclusive = false)
43
weight: Float
44
): Modifier =
45
+ // `flex-basis: 0` added to be consistent with the Compose UI behavior
46
with(platformValue) { platformModify { flexBasis0().weight(weight) } }
47
48
@Stable
0 commit comments