devicePixelSize property

double get devicePixelSize

The number of device pixels represented by each logical Flutter pixel.

Implementation

double get devicePixelSize => _pixelSize!;