bottomCenter method

AzImage bottomCenter()

Implementation

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