centerLeft method

AzButton centerLeft()

Implementation

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