spacing method

AzWrap spacing(
  1. double double
)

Implementation

AzWrap spacing(double double){
  _spacing = double;
  return this;
}