init static method

void init(
  1. SpacingScale scale
)

Initializes the global spacing scale.

Call this once at app startup (before or after ScalifyProvider). If not called, default values are used.

Implementation

static void init(SpacingScale scale) {
  _scale = scale;
}