pixelRatio property
The current pixel ration of this canvas. See devicePixelRatio.
Implementation
@override
num get pixelRatio => _widgetPainter.pixelRatio;
The current pixel ration of this canvas. See devicePixelRatio.
@override
num get pixelRatio => _widgetPainter.pixelRatio;