width method

double width(
  1. num input
)

Gives the responsive width

Implementation

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