stevebower
03/14/2025, 3:41 PMSurfaceTransformation
parameter for use with TransformingLazyColumn. Card, ListHeader, RadioButton, CheckboxButton, SwitchButton no longer constrain their height using Modifier.height(IntrinsicSize.Min) - this has a performance benefit (as it avoids laying content out twice), but where necessary it can be added back on the modifier parameter.
Please see the release notes for more details - thanks.stevebower
03/14/2025, 3:44 PMlouiscad
05/05/2025, 6:47 PM