aspectRatio method
Attempts to size the widget to a specific aspect ratio.
Implementation
@widgetFactory
Widget aspectRatio(double aspectRatio) {
return FleetAspectRatio(
aspectRatio: aspectRatio,
child: this,
);
}
Attempts to size the widget to a specific aspect ratio.
@widgetFactory
Widget aspectRatio(double aspectRatio) {
return FleetAspectRatio(
aspectRatio: aspectRatio,
child: this,
);
}