width method

double width(
  1. num raw
)

Implementation

double width(num raw) => (raw.toDouble() * (_deviceWidth / _stdDeviceWidth));