Show the widget with the given aspectRatio
aspectRatio
Widget withAspectRatio({required double aspectRatio}) { return AspectRatio( aspectRatio: aspectRatio, child: this, ); }