AspectRatioFill constructor
const
AspectRatioFill({})
Creates an AspectRatioFill widget.
Implementation
const AspectRatioFill({
super.key,
required this.child,
required this.aspectRatio,
this.alignment = Alignment.center,
});