I'm struggling with the column and listview widgets
I tried build a screen but with all the contents on smaller screens it's better if I could add a scrollview. The documentation suggest using the ListView so everything automatically becames scrollable.
For that matter, things are quite ready already, here comes the struggle: status bar problem
the preview to the right I'm using Column and it is overlaped with the clock and battery meter the preview to the left I'm using ListView, but the status bar is shown with this white color
I tried things here but nothing changed except for the icon colors based on light/dark themes. See: How to change Status Bar text color in iOS
any other suggestion? or some guideline for building correctly?