xBottomCenter method
Implementation
Widget xBottomCenter({double heightFactor, Key key, double widthFactor}) {
return Align(
alignment: Alignment.bottomCenter,
heightFactor: heightFactor,
key: key,
widthFactor: widthFactor,
child: this,
);
}