Weight Fill False To Center A Cluster

A weighted child occupies its whole slot even when its content measures narrower, which pins the sibling beside it to the far edge; `weight(1f, fill = false)` releases the unused width back to the row's arrangement so child, gap and sibling read as one cluster. Covers why the tell is the sibling rather than the weighted child, why the fix is two edits and not one, and why dropping the weight instead is a different layout. Use when a bar looks centred at one content size and lopsided at another, when a button clings to the screen edge with a hole beside it, or when a trailing label sits far from the text it belongs to.

maxrave-dev Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/weight-fill-false-to-center-a-cluster commit 6cae5ebaa0

Frequently asked questions

npx skillmds@latest add maxrave-dev/weight-fill-false-to-center-a-cluster