devicePixelRatio property
num
get
devicePixelRatio
The ratio between physical pixels and logical CSS pixels.
Other resources
- devicePixelRatio from quirksmode.
- More about devicePixelRatio from quirksmode.
Implementation
num get devicePixelRatio => 1;