wrapAlignmentSpaceAround method

AzWrap wrapAlignmentSpaceAround()

Implementation

AzWrap wrapAlignmentSpaceAround(){
  _alignment = WrapAlignment.spaceAround;
  return this;
}