devicePixelSize property
The number of device pixels represented by each logical Flutter pixel.
Implementation
double get devicePixelSize => _pixelSize!;
The number of device pixels represented by each logical Flutter pixel.
double get devicePixelSize => _pixelSize!;