Flutter improves ExpansionTile with ListView.builder performance
I am trying to do create a view of ExpansionTile with ListView.builder as children. It works well but just if my ListView.builder become larger, it will need to take some time to render it which slightly affect the user expereince.…