centerEnd method

AzStack centerEnd()

Implementation

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