width static method

double width(
  1. double inputWidth
)

Calculates a scaled width value.

Implementation

static double width(double inputWidth) => inputWidth * _scale;