init static method
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;
}
Initializes the global spacing scale.
Call this once at app startup (before or after ScalifyProvider). If not called, default values are used.
static void init(SpacingScale scale) {
_scale = scale;
}