+ flutter aspectratio width Flutter - how to get the height and width of the AspectRatio widget? AspectRatio( aspectRatio: 1, child: Container( color: Colors.blue, ), ), I am trying to hand over AspectRatio's width and height to its child Container. I am wono | tweet Add comment Do you want to delete? YesNo