topCenter method

AzImage topCenter()

Implementation

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