bottomEnd method

AzStack bottomEnd()

Implementation

AzStack bottomEnd(){
  _alignment = AlignmentDirectional.bottomEnd;
  return this;
}