alignAtCenter method
Implementation
Align alignAtCenter({Key? key, double? heightFactor, double? widthFactor}) => Align(
key: key,
alignment: Alignment.center,
heightFactor: heightFactor,
widthFactor: widthFactor,
child: this,
);