topCenter method

AzButton topCenter()

Implementation

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