devicePixelRatio property
The pixel density of the output surface.
Implementation
@override
double get devicePixelRatio => _devicePixelRatio ?? parent.devicePixelRatio;
set
devicePixelRatio
(double value)
Implementation
set devicePixelRatio(double value) {
_devicePixelRatio = value;
}