getScaledSizeWidth static method

double getScaledSizeWidth(
  1. double size
)

Implementation

static double getScaledSizeWidth(double size) {
  return (size * scaleFactorWidth!);
}