bottomRight method

AzImage bottomRight()

Implementation

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