Align constructor
const
Align({
- Key? key,
- AlignmentGeometry alignment = Alignment.center,
- double? widthFactor,
- double? heightFactor,
- Widget? child,
Implementation
const Align({
super.key,
this.alignment = Alignment.center,
this.widthFactor,
this.heightFactor,
this.child,
});