wrapAlignmentEnd method

AzWrap wrapAlignmentEnd()

Implementation

AzWrap wrapAlignmentEnd(){
  _alignment = WrapAlignment.end;
  return this;
}