bottomCenter method

AzButton bottomCenter()

Implementation

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