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