Your app relies on columns instead of ListView
so you are not using lazy loading for the list at all.
Also you are using a lot of Image.assets, that is kind of heavy, are those images heavy?
In addition if you set a size on the Svg.asset instead of making it measure you also win a little bit more computing power (but probably withe the previous ones you can se a nice improvement)