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