Tim Hildebrand
08/15/2025, 6:24 PMLocalSize.current
doesn't actually return the widget size, it returns the widget size threshold that I've defined (i.e. LocalSize.current.width
or LocalSize.current.height
>= some width threshold, or height threshold, or both, then return a different composable element (i.e. small widget, medium widget, large widget)).Chrimaeon
08/15/2025, 6:54 PMChrimaeon
08/15/2025, 6:54 PM