aspectRatio method
Wraps this widget in an AspectRatio with the given ratio.
Implementation
Widget aspectRatio(double ratio) {
return AspectRatio(aspectRatio: ratio, child: this);
}
Wraps this widget in an AspectRatio with the given ratio.
Widget aspectRatio(double ratio) {
return AspectRatio(aspectRatio: ratio, child: this);
}