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