cDevicePixelRatio property
double
get
cDevicePixelRatio
Returns the device pixel ratio obtained from MediaQuery.of(this).devicePixelRatio.
Implementation
double get cDevicePixelRatio => MediaQuery.of(this).devicePixelRatio;