bottomLeft method

AzButton bottomLeft()

Implementation

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