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