devicePixelRatio property
The pixels ratio of the device of the canvasNative.
Implementation
@override
num get devicePixelRatio => _widgetPainter.view?.devicePixelRatio ?? 1.0;
The pixels ratio of the device of the canvasNative.
@override
num get devicePixelRatio => _widgetPainter.view?.devicePixelRatio ?? 1.0;