Force a width/height ratio.
Widget aspectRatio(double ratio) => AspectRatio(aspectRatio: ratio, child: this);