sp method

double sp()

Scale font size based on screen width

Implementation

double sp() {
  return this * (ResponsiveConfig._width / ResponsiveConfig.baseWidth);
}