pixelRatio method

double pixelRatio()

return screen devicePixelRatio

Implementation

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