Flutter: How to AUTO RESIZE height, width, fontSize in ListView based on Expanded and itemCount
问题 I have a page like this: 1st Listview: Axis.vertical as default 2nd Listview inside 1st Listview: Axis.horizontal , itemCount = 3 . To avoid the error, I set the height:50 width:100 for Container in this However, I want to find some way for it to display well on all screens, specifically in the 2nd ListView: Expanded (1: 1: 1) and it fits the right of the screen, can't scroll. Width of Container will auto-resize based on Expanded flex . fontSize of Text and Height of Container will auto