hcPixelRatio method

double hcPixelRatio()

return screen devicePixelRatio

Implementation

double hcPixelRatio() => MediaQuery.of(this).devicePixelRatio;