devicePixelRatio property
The pixels ratio of the device of the canvasNative.
Implementation
@override
num get devicePixelRatio => window.devicePixelRatio;
The pixels ratio of the device of the canvasNative.
@override
num get devicePixelRatio => window.devicePixelRatio;