bottomRight method

AzButton bottomRight()

Implementation

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