topRight method

AzButton topRight()

Implementation

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