Hi, I'm trying to make a dashboard like in the attached image. Nothing really needs to be scrollable aside from the main display. However, I keep getting this error:
Nesting scrollable in the same direction layouts like LazyColumn and Column(Modifier.verticalScroll()) is not allowed. If you want to add a header before the list of items please take a look on LazyColumn component which has a DSL api which allows to first add a header via item() function and then the list of items via items()
Anyone have an idea for how I can add the grid pressure display inside a column of rows that arranges the displays?