topLeft method

AzButton topLeft()

Implementation

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