devicePixelRatio property

double get devicePixelRatio

Retrieves the device pixel ratio of the current media query in the current context, similar to MediaQuery.of(this).devicePixelRatio.

Implementation

double get devicePixelRatio => MediaQuery.devicePixelRatioOf(this);