设置宽高比
Widget aspectRatio({required double ratio}) { return AspectRatio(aspectRatio: ratio, child: this); }