Spacing constructor

Spacing(
  1. double value
)

Implementation

Spacing(double value) {
  _value = value;
}