pixelRatio property

double get pixelRatio

Get device pixel ratio

Implementation

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