withAspectRatio method
Wraps the widget in an AspectRatio widget.
Implementation
Widget withAspectRatio({required double aspectRatio}) =>
AspectRatio(aspectRatio: aspectRatio, child: this);
Wraps the widget in an AspectRatio widget.
Widget withAspectRatio({required double aspectRatio}) =>
AspectRatio(aspectRatio: aspectRatio, child: this);