topRight method

AzImage topRight()

Implementation

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