Flutter – how can i increase my height of container according to data i am getting from api ..?
How can I increase the height of container according to data I am getting from API. Height of container should depend upon the data we do not know. Here's my code: Padding( padding: EdgeInsets.only( left: screenWidth * 0.05, right: screenWidth…