scaleFactor static method
Implementation
static double scaleFactor(double baseWidth,BuildContext context) => screenSize(context).width / baseWidth;
static double scaleFactor(double baseWidth,BuildContext context) => screenSize(context).width / baseWidth;