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