custom static method

double custom(
  1. double spacing
)

Implementation

static double custom(double spacing) {
  return spacing;
}