Wraps widget with AspectRatio
Widget aspectRatio(double aspectRatio) { return AspectRatio(aspectRatio: aspectRatio, child: this); }