text method

double text(
  1. num raw
)

Implementation

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