centerLeft method

AzImage centerLeft()

Implementation

AzImage centerLeft(){
  _alignment = Alignment.centerLeft;
  return this;
}