spacing method

AutoLayout spacing(
  1. double spacing
)

Implementation

AutoLayout spacing(double spacing) {
  return this.._spacing = spacing;
}