getScaleXRatio method

double getScaleXRatio()

Implementation

double getScaleXRatio() {
  return MediaQuery.sizeOf(_context).width / designWidth;
}