getRaw method

double getRaw(
  1. int spacingType
)

Implementation

double getRaw(int spacingType) {
  return _spacing[spacingType];
}