width static method

double width(
  1. num input
)

Gives the responsive width

Implementation

static double width(num input) => input * scaleW;