sp method
Scale font size based on screen width
Implementation
double sp() {
return this * (ResponsiveConfig._width / ResponsiveConfig.baseWidth);
}
Scale font size based on screen width
double sp() {
return this * (ResponsiveConfig._width / ResponsiveConfig.baseWidth);
}